docker-compose.yml aktualisiert

This commit is contained in:
2026-03-04 15:16:11 +01:00
parent 76e878ff5c
commit 229a6a8a43

View File

@@ -21,8 +21,6 @@ services:
postgresdb:
image: postgres:14
restart: unless-stopped
ports:
- "5432:5432"
environment:
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}