Update compose.yaml

This commit is contained in:
2026-07-14 16:13:45 +02:00
parent 2a77f30452
commit 7a50e6e9ea
+7 -8
View File
@@ -1,15 +1,14 @@
services:
db:
image: postgres
restart: always
shm_size: 128mb
networks:
- bragi-local
postgres:
image: postgres:16
container_name: postgres
networks: bragi-local
restart: unless-stopped
environment:
POSTGRES_PASSWORD: ${PASSWORD}
POSTGRES_USER: ${USER}
POSTGRES_PASSWORD: ${PASSWORD}
# ports:
# - '5432:5432'
# - "5432:5432"
volumes:
- /opt/91_DATABASE/postgres:/var/lib/postgresql/data