networks change

master
pipistrello 2022-02-13 18:43:26 +03:00
parent 4e80eb1056
commit ebc0fdc9a9
1 changed files with 1 additions and 9 deletions

View File

@ -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