From 5361653e3ca0e04be2da17a5948067fc6d09144b Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Wed, 9 Mar 2022 00:22:41 +0300 Subject: [PATCH] nginx --- docker-compose-deploy.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docker-compose-deploy.yaml b/docker-compose-deploy.yaml index 2addc8e..22af2b3 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