From 6621e582f7c536dcb74b4fd6f3bcd8d8bff362f2 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 14 Jul 2026 16:05:32 +0200 Subject: [PATCH] Add compose.yaml --- compose.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..620cc8a --- /dev/null +++ b/compose.yaml @@ -0,0 +1,21 @@ +servicee: + db: + image: postgres + restart: always + shm_size: 128mb + networks: + - bragi-local + environment: + POSTGRES_PASSWORD: ${PASSWORD} + + adminer: + image: adminer + restart: always + #ports: + #- 8080:8080 + networks: + - bragi-local + +networks: + bragi-local: + external: true \ No newline at end of file