Add compose.yaml

This commit is contained in:
2026-07-14 16:05:32 +02:00
parent da83d83d9f
commit 6621e582f7
+21
View File
@@ -0,0 +1,21 @@
servicee:
db:
image: postgres
restart: always
shm_size: 128mb
networks:
- bragi-local
environment:
POSTGRES_PASSWORD: ${PASSWORD}
adminer:
image: adminer
restart: always
#ports:
#- 8080:8080
networks:
- bragi-local
networks:
bragi-local:
external: true