mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 05:02:52 +02:00
update ports
This commit is contained in:
parent
62a1943442
commit
4846a1512a
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,7 @@ services:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- 8448:8448
|
- 8008:8008
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:17.5
|
image: postgres:17.5
|
||||||
|
@ -63,6 +63,8 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
mas-postgres:
|
mas-postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
|
|
||||||
syn2mas:
|
syn2mas:
|
||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue