Postgres EXPOSED

This commit is contained in:
2025-09-14 09:52:46 +02:00
parent 206d6cc605
commit 062d010067
6 changed files with 18 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ services:
image: postgres:17
volumes:
- ${SPLIIT_POSTGRES_DIR}:/var/lib/postgresql/data
ports:
- 5437:5432
environment:
TZ: ${TZ}
POSTGRES_DB: ${SPLIIT_POSTGRES_DB}