This commit is contained in:
1
coreos-config/plays/services/pantalaimon/.env
Normal file
1
coreos-config/plays/services/pantalaimon/.env
Normal file
@ -0,0 +1 @@
|
||||
COMPOSE_PROJECT_NAME=pentalaimon
|
23
coreos-config/plays/services/pantalaimon/docker-compose.yaml
Normal file
23
coreos-config/plays/services/pantalaimon/docker-compose.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
services:
|
||||
pantalaimon:
|
||||
image: matrixdotorg/pantalaimon:latest
|
||||
container_name: pantalaimon
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
cap_drop:
|
||||
- ALL
|
||||
volumes:
|
||||
- pantalaimon_data:/data
|
||||
- ./pantalaimon.conf:/data/pantalaimon.conf:ro,Z
|
||||
restart: always
|
||||
networks:
|
||||
- pantalaimon
|
||||
|
||||
volumes:
|
||||
pantalaimon_data:
|
||||
networks:
|
||||
pantalaimon:
|
||||
name: pantalaimon
|
||||
internal: false
|
||||
...
|
@ -0,0 +1,7 @@
|
||||
[unruhigeu]
|
||||
Homeserver = https://unruhig.eu
|
||||
ListenAddress = 0.0.0.0
|
||||
ListenPort = 8008
|
||||
SSL = True
|
||||
UseKeyring = False
|
||||
IgnoreVerification = True
|
Reference in New Issue
Block a user