docmost yml eklendi.

This commit is contained in:
emrekirman 2025-08-22 20:33:45 +03:00
parent df4d0adb9a
commit c32a322833

23
docmost/docmost.yml Normal file
View 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: