networks change
parent
4e80eb1056
commit
ebc0fdc9a9
|
|
@ -13,8 +13,6 @@ services:
|
||||||
POSTGRES_URL: postgres:5342/cs
|
POSTGRES_URL: postgres:5342/cs
|
||||||
ports:
|
ports:
|
||||||
- 8181:8181
|
- 8181:8181
|
||||||
networks:
|
|
||||||
- 1c-collab-internal
|
|
||||||
postgres:
|
postgres:
|
||||||
container_name: postgres
|
container_name: postgres
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
|
|
@ -24,10 +22,4 @@ services:
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: cs
|
POSTGRES_DB: cs
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
networks:
|
|
||||||
- 1c-collab-internal
|
|
||||||
|
|
||||||
networks:
|
|
||||||
1c-collab-internal:
|
|
||||||
external: true
|
|
||||||
Loading…
Reference in New Issue