Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7b317fb41 | ||
|
|
da83d83d9f |
@@ -1,4 +1,7 @@
|
||||
# Bragi-Local
|
||||
|
||||
Services:
|
||||
- Lubelogger
|
||||
My Compose Stacks for all my Docker Services running on my Local Server
|
||||
|
||||
06_maintanance:
|
||||
- Lubelogger
|
||||
- Postgresql for Lubelogger
|
||||
+12
-28
@@ -1,32 +1,16 @@
|
||||
services:
|
||||
lubelogger:
|
||||
image: ghcr.io/hargata/lubelogger:latest
|
||||
build: .
|
||||
beszel-agent:
|
||||
image: henrygd/beszel-agent
|
||||
container_name: beszel-agent
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /opt/06_maintanance/data:/App/data
|
||||
- /opt/06_maintanance/keys:/root/.aspnet/DataProtection-Keys
|
||||
# ports:
|
||||
# - 8082:8080
|
||||
postgres:
|
||||
image: postgres:14
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ./beszel_agent_data:/var/lib/beszel-agent
|
||||
# monitor other disks / partitions by mounting a folder in /extra-filesystems
|
||||
# - /mnt/disk/.beszel:/extra-filesystems/sda1:ro
|
||||
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
|
||||
LISTEN: 45876
|
||||
KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIxkVlQYp9JrZWveL6N6wT7alryDtXlSt9MKukD7cJCd'
|
||||
TOKEN: b171f6b8-0414-4ab2-a4e2-5bdd635fa882
|
||||
HUB_URL: https://beszel.doeringer.eu
|
||||
Reference in New Issue
Block a user