Skip to content

Commit

Permalink
Remove deploy from docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Oliva committed Jun 1, 2020
1 parent 9e02ee4 commit 75709cd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docker-compose-clnt-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ services:
clnt-prod:
image: pablooliva/ch.ckl.st-client:latest
container_name: chcklst-client
deploy:
replicas: 1
resources:
limits:
cpus: "1"
memory: 1000M
restart_policy:
condition: on-failure
restart: always
command: nginx -g 'daemon off;'
volumes:
- /home/chcklst/client/nginx-logs:/etc/nginx/logs
Expand Down

0 comments on commit 75709cd

Please sign in to comment.