From c32a3228339acfb6915c6053616695fa897c6a0f Mon Sep 17 00:00:00 2001 From: emrekirman Date: Fri, 22 Aug 2025 20:33:45 +0300 Subject: [PATCH] docmost yml eklendi. --- docmost/docmost.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docmost/docmost.yml diff --git a/docmost/docmost.yml b/docmost/docmost.yml new file mode 100644 index 0000000..bce4456 --- /dev/null +++ b/docmost/docmost.yml @@ -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: \ No newline at end of file