syntax
parent
65a46d34c3
commit
2676924aef
|
|
@ -4,19 +4,19 @@ services:
|
||||||
image: asdaru/collaboration_server_1c
|
image: asdaru/collaboration_server_1c
|
||||||
container_name: collaboration-server
|
container_name: collaboration-server
|
||||||
depends_on:
|
depends_on:
|
||||||
- "collaboration-server-db"
|
- postgres
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
POSTGRES_DB: cs
|
POSTGRES_DB: cs
|
||||||
POSTGRES_URL: collaboration-server-db:5342/cs
|
POSTGRES_URL: postgres:5342/cs
|
||||||
ports:
|
ports:
|
||||||
- 8181:8181
|
- 8181:8181
|
||||||
networks:
|
networks:
|
||||||
- 1c-collab-internal
|
- 1c-collab-internal
|
||||||
collaboration-server-db:
|
collaboration-server-db:
|
||||||
container_name: collaboration-server-db
|
container_name: postgres
|
||||||
image: postgres:13
|
image: postgres:13
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue