mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-05-04 19:39:50 +02:00
Compare commits
3 Commits
bdbefe4337
...
f9a3b34c42
| Author | SHA1 | Date | |
|---|---|---|---|
| f9a3b34c42 | |||
| 961e3cd2e3 | |||
| fd2c1a2d3c |
@@ -30,6 +30,11 @@ services:
|
||||
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
|
||||
POSTGRES_USER: ${PG_USER:-authentik}
|
||||
TZ: Europe/Bratislava
|
||||
ports:
|
||||
- target: 5432
|
||||
published: 5433
|
||||
protocol: tcp
|
||||
mode: ingress
|
||||
healthcheck:
|
||||
interval: 30s
|
||||
retries: 5
|
||||
|
||||
@@ -20,6 +20,8 @@ services:
|
||||
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
|
||||
POSTGRES_USER: ${PG_USER:-authentik}
|
||||
TZ: Europe/Bratislava
|
||||
ports:
|
||||
- 5433:5432
|
||||
healthcheck:
|
||||
interval: 30s
|
||||
retries: 5
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user