Watchtower: Split pantalaimon

This commit is contained in:
2023-03-05 22:23:01 +01:00
parent 0bd1408207
commit 1a97d84b46
5 changed files with 30 additions and 12 deletions

View File

@ -14,18 +14,11 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /home/core/.docker:/config
restart: always
networks:
- default
- pantalaimon
networks:
pantalaimon:
image: matrixdotorg/pantalaimon:latest
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
volumes:
- pantalaimon_data:/data
- ./pantalaimon.conf:/data/pantalaimon.conf:ro,Z
restart: always
volumes:
pantalaimon_data:
external: true
...

View File

@ -1,7 +0,0 @@
[unruhigeu]
Homeserver = https://unruhig.eu
ListenAddress = 0.0.0.0
ListenPort = 8008
SSL = True
UseKeyring = False
IgnoreVerification = True