Compare commits

...

3 Commits

Author SHA1 Message Date
jaydee f9a3b34c42 build 2026-03-17 11:44:51 +01:00
jaydee 961e3cd2e3 build 2026-03-17 11:39:33 +01:00
jaydee fd2c1a2d3c build 2026-03-17 11:07:53 +01:00
3 changed files with 18 additions and 0 deletions
+5
View File
@@ -30,6 +30,11 @@ services:
POSTGRES_PASSWORD: ${PG_PASS:?database password required} POSTGRES_PASSWORD: ${PG_PASS:?database password required}
POSTGRES_USER: ${PG_USER:-authentik} POSTGRES_USER: ${PG_USER:-authentik}
TZ: Europe/Bratislava TZ: Europe/Bratislava
ports:
- target: 5432
published: 5433
protocol: tcp
mode: ingress
healthcheck: healthcheck:
interval: 30s interval: 30s
retries: 5 retries: 5
+2
View File
@@ -20,6 +20,8 @@ services:
POSTGRES_PASSWORD: ${PG_PASS:?database password required} POSTGRES_PASSWORD: ${PG_PASS:?database password required}
POSTGRES_USER: ${PG_USER:-authentik} POSTGRES_USER: ${PG_USER:-authentik}
TZ: Europe/Bratislava TZ: Europe/Bratislava
ports:
- 5433:5432
healthcheck: healthcheck:
interval: 30s interval: 30s
retries: 5 retries: 5
+11
View File
@@ -0,0 +1,11 @@
services:
databasus:
container_name: databasus
image: databasus/databasus:latest
ports:
- "4005:4005"
volumes:
- data:/databasus-data
restart: unless-stopped
volumes:
data: null