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
+5 -2
View File
@@ -1,4 +1,7 @@
# Bragi-Local # Bragi-Local
Services: My Compose Stacks for all my Docker Services running on my Local Server
- Lubelogger
06_maintanance:
- Lubelogger
- Postgresql for Lubelogger
+18 -30
View File
@@ -1,32 +1,20 @@
services: services:
lubelogger: databasement:
image: ghcr.io/hargata/lubelogger:latest image: davidcrty/databasement:1
build: . container_name: databasement
restart: unless-stopped user: "1000:1000"
networks: # ports:
- bragi-local # - 2226:2226
volumes: environment:
- /opt/06_maintanance/data:/App/data - DB_CONNECTION=sqlite
- /opt/06_maintanance/keys:/root/.aspnet/DataProtection-Keys - DB_DATABASE=/data/database.sqlite
# ports: - ENABLE_QUEUE_WORKER=true
# - 8082:8080 volumes:
postgres: - /opt/98_backups/databasement:/data
image: postgres:14 - /mnt/immich/Backups:/backups
restart: unless-stopped networks:
networks: - bragi-local
- 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: networks:
bragi-local: bragi-local:
external: true external: true