net
This commit is contained in:
parent
89f99cb3ea
commit
8c5023a59c
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user