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