nginx
This commit is contained in:
parent
fdd9bce6a4
commit
5361653e3c
@ -3,16 +3,16 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
nginx:
|
# nginx:
|
||||||
image: nginx
|
# image: nginx
|
||||||
ports:
|
# ports:
|
||||||
- "80:80"
|
# - "80:80"
|
||||||
volumes:
|
# volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
# - ./nginx.conf:/etc/nginx/nginx.conf
|
||||||
deploy:
|
# deploy:
|
||||||
mode: replicated
|
# mode: replicated
|
||||||
restart_policy:
|
# restart_policy:
|
||||||
condition: on-failure
|
# condition: on-failure
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user