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

View File

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