Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5657014293 | ||
|
|
08e6f60e22 | ||
|
|
176881da9d | ||
|
|
da83d83d9f |
@@ -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
@@ -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
|
||||||
Reference in New Issue
Block a user