diff --git a/docker-compose-deploy.yaml b/docker-compose-deploy.yaml index 22af2b3..2addc8e 100644 --- a/docker-compose-deploy.yaml +++ b/docker-compose-deploy.yaml @@ -3,16 +3,16 @@ version: "3" services: -# nginx: -# image: nginx -# ports: -# - "80:80" -# volumes: -# - ./nginx.conf:/etc/nginx/nginx.conf -# deploy: -# mode: replicated -# restart_policy: -# condition: on-failure + nginx: + image: nginx + ports: + - "80:80" + volumes: + - ./nginx.conf:/etc/nginx/nginx.conf + deploy: + mode: replicated + restart_policy: + condition: on-failure postgres: image: postgres