From 687d4954ea4588fa1c94636bad911c2a739e738d Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Wed, 9 Mar 2022 00:27:10 +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 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