mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-03-18 15:50:48 +01:00
build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user