This commit is contained in:
Administrator 2022-08-22 14:51:57 +03:00
parent 89f99cb3ea
commit 8c5023a59c
2 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ services:
nginx:
image: mathwave/sprint-repo:battleship-nginx
networks:
- net
- battleship-net
ports:
- "1236:80"
deploy:
@ -22,7 +22,7 @@ services:
backend:
image: mathwave/sprint-repo:battleship-back
networks:
- net
- battleship-net
environment:
DB_HOST: "pg.develop.sprinthub.ru"
DB_PASSWORD: $DB_PASSWORD_DEV
@ -37,5 +37,5 @@ services:
order: start-first
networks:
net:
battleship-net:
driver: overlay

View File

@ -6,7 +6,7 @@ services:
nginx:
image: mathwave/sprint-repo:battleship-nginx
networks:
- net
- battleship-net
ports:
- "1236:80"
deploy:
@ -22,7 +22,7 @@ services:
backend:
image: mathwave/sprint-repo:battleship-back
networks:
- net
- battleship-net
environment:
DB_HOST: "pg.develop.sprinthub.ru"
DB_PASSWORD: $DB_PASSWORD_DEV
@ -37,5 +37,5 @@ services:
order: start-first
networks:
net:
battleship-net:
driver: overlay