Update compose.yaml

This commit is contained in:
2026-07-14 16:15:15 +02:00
parent 7a50e6e9ea
commit b6318f0641
+2 -1
View File
@@ -2,7 +2,8 @@ services:
postgres:
image: postgres:16
container_name: postgres
networks: bragi-local
networks:
- bragi-local
restart: unless-stopped
environment:
POSTGRES_USER: ${USER}