only database

master
pipistrello 2022-02-13 18:45:55 +03:00
parent ebc0fdc9a9
commit eb7737edad
1 changed files with 13 additions and 13 deletions

View File

@ -1,18 +1,18 @@
version: '3.3' version: '3.3'
services: services:
collaboration-server: # collaboration-server:
image: asdaru/collaboration_server_1c # image: asdaru/collaboration_server_1c
container_name: collaboration-server # container_name: collaboration-server
depends_on: # depends_on:
- postgres # - 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: postgres:5342/cs # POSTGRES_URL: postgres:5342/cs
ports: # ports:
- 8181:8181 # - 8181:8181
postgres: postgres:
container_name: postgres container_name: postgres
image: postgres:13 image: postgres:13