Loading Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ RUN apt-get update && \ ttf-bitstream-vera \ ttf-sjfonts \ tv-fonts \ fonts-lyx \ libtcnative-1 \ libgdal20 \ libgdal-java \ Loading docker-compose.prod.yml +4 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ services: - node.role == manager restart_policy: condition: on-failure max_attempts: 3 delay: 1m window: 3m resources: limits: cpus: '0.25' Loading @@ -43,7 +44,8 @@ services: - node.role == worker restart_policy: condition: on-failure max_attempts: 3 delay: 1m window: 3m resources: limits: cpus: '0.50' Loading Loading
Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ RUN apt-get update && \ ttf-bitstream-vera \ ttf-sjfonts \ tv-fonts \ fonts-lyx \ libtcnative-1 \ libgdal20 \ libgdal-java \ Loading
docker-compose.prod.yml +4 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ services: - node.role == manager restart_policy: condition: on-failure max_attempts: 3 delay: 1m window: 3m resources: limits: cpus: '0.25' Loading @@ -43,7 +44,8 @@ services: - node.role == worker restart_policy: condition: on-failure max_attempts: 3 delay: 1m window: 3m resources: limits: cpus: '0.50' Loading