docmost yml eklendi.
This commit is contained in:
parent
df4d0adb9a
commit
c32a322833
23
docmost/docmost.yml
Normal file
23
docmost/docmost.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
version: '3.8'
|
||||||
|
services:
|
||||||
|
docmost:
|
||||||
|
image: docmost/docmost:latest
|
||||||
|
ports:
|
||||||
|
- "889:3000"
|
||||||
|
environment:
|
||||||
|
- DATABASE_URL=postgres://postgres:98836@postgres-db:5432/docmost
|
||||||
|
- PORT=3000
|
||||||
|
deploy:
|
||||||
|
placement:
|
||||||
|
constraints:
|
||||||
|
- node.labels.platform == dev
|
||||||
|
replicas: 1
|
||||||
|
restart_policy:
|
||||||
|
condition: on-failure
|
||||||
|
networks:
|
||||||
|
- postgres_network
|
||||||
|
networks:
|
||||||
|
postgres_network:
|
||||||
|
external: true
|
||||||
|
volumes:
|
||||||
|
docmost_pg_data:
|
||||||
Loading…
Reference in New Issue
Block a user