This commit is contained in:
Egor Matveev 2022-03-09 00:22:41 +03:00
parent fdd9bce6a4
commit 5361653e3c

View File

@ -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