Author SHA1 Message Date
tobbbs 5657014293 Update compose.yaml 2026-06-15 12:01:37 +02:00
tobbbs 08e6f60e22 Update compose.yaml 2026-06-09 13:20:03 +02:00
tobbbs 176881da9d Add compose.yaml 2026-06-02 15:37:13 +02:00
tobbbs da83d83d9f Update README.md 2026-05-27 13:10:17 +02:00
2 changed files with 23 additions and 32 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
# Bragi-Local
Services:
My Compose Stacks for all my Docker Services running on my Local Server
06_maintanance:
- Lubelogger
- Postgresql for Lubelogger
+13 -25
View File
@@ -1,32 +1,20 @@
services:
lubelogger:
image: ghcr.io/hargata/lubelogger:latest
build: .
restart: unless-stopped
networks:
- bragi-local
volumes:
- /opt/06_maintanance/data:/App/data
- /opt/06_maintanance/keys:/root/.aspnet/DataProtection-Keys
databasement:
image: davidcrty/databasement:1
container_name: databasement
user: "1000:1000"
# ports:
# - 8082:8080
postgres:
image: postgres:14
restart: unless-stopped
# - 2226:2226
environment:
- DB_CONNECTION=sqlite
- DB_DATABASE=/data/database.sqlite
- ENABLE_QUEUE_WORKER=true
volumes:
- /opt/98_backups/databasement:/data
- /mnt/immich/Backups:/backups
networks:
- bragi-local
environment:
POSTGRES_USER: lubelogger
POSTGRES_PASSWORD: lubepass
POSTGRES_DB: lubelogger
volumes:
- /opt/06_maintanance/init.sql:/docker-entrypoint-initdb.d/init.sql
- /opt/06_maintanance/postgres:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro
volumes:
data: null
keys: null
postgres: null
networks:
bragi-local:
external: true