Update compose.yaml

This commit is contained in:
2026-07-14 16:10:38 +02:00
parent 6621e582f7
commit 2a77f30452
+6 -1
View File
@@ -1,4 +1,4 @@
servicee: services:
db: db:
image: postgres image: postgres
restart: always restart: always
@@ -7,6 +7,11 @@ servicee:
- bragi-local - bragi-local
environment: environment:
POSTGRES_PASSWORD: ${PASSWORD} POSTGRES_PASSWORD: ${PASSWORD}
POSTGRES_USER: ${USER}
# ports:
# - '5432:5432'
volumes:
- /opt/91_DATABASE/postgres:/var/lib/postgresql/data
adminer: adminer:
image: adminer image: adminer