From 6456d78b8391d0c264cfdea10b7e060f87ddc827 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 21 Jul 2026 09:09:26 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/compose.yaml b/compose.yaml index b41557e..ed2f2b6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -21,28 +21,6 @@ services: - DOCKHAND_SERVER_URL=wss://hydra.doeringer.eu/api/hawser/connect - TOKEN=Dj-xnGfioO4x2UcAS72ipxRzhP9PSJUS6F8R66vI2WQ - - postgres: - image: postgres:16 - restart: always - networks: - - bragi-local - environment: - - POSTGRES_USER - - POSTGRES_PASSWORD - - POSTGRES_DB - - POSTGRES_NON_ROOT_USER - - POSTGRES_NON_ROOT_PASSWORD - volumes: - - db_storage:/var/lib/postgresql/data - - ./init-data.sh:/docker-entrypoint-initdb.d/init-data.sh - healthcheck: - test: ['CMD-SHELL', 'pg_isready -h localhost -U ${POSTGRES_USER} -d ${POSTGRES_DB}'] - interval: 5s - timeout: 5s - retries: 10 - - n8n: image: n8nio/n8n:latest container_name: n8n