only database
parent
ebc0fdc9a9
commit
eb7737edad
|
|
@ -1,18 +1,18 @@
|
|||
version: '3.3'
|
||||
services:
|
||||
collaboration-server:
|
||||
image: asdaru/collaboration_server_1c
|
||||
container_name: collaboration-server
|
||||
depends_on:
|
||||
- postgres
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: cs
|
||||
POSTGRES_URL: postgres:5342/cs
|
||||
ports:
|
||||
- 8181:8181
|
||||
# collaboration-server:
|
||||
# image: asdaru/collaboration_server_1c
|
||||
# container_name: collaboration-server
|
||||
# depends_on:
|
||||
# - postgres
|
||||
# restart: always
|
||||
# environment:
|
||||
# POSTGRES_USER: postgres
|
||||
# POSTGRES_PASSWORD: postgres
|
||||
# POSTGRES_DB: cs
|
||||
# POSTGRES_URL: postgres:5342/cs
|
||||
# ports:
|
||||
# - 8181:8181
|
||||
postgres:
|
||||
container_name: postgres
|
||||
image: postgres:13
|
||||
|
|
|
|||
Loading…
Reference in New Issue