mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:21:36 +01:00
11 lines
325 B
YAML
11 lines
325 B
YAML
tmnf-replay-server:
|
|
image: registry.atlantishq.de/tmnf-replay-server:latest
|
|
restart: always
|
|
ports:
|
|
- 6010:5000
|
|
volumes:
|
|
- /data/tmnf-replay-server/data/:/app/data/
|
|
- /data/tmnf-replay-server/upload/:/app/upload/
|
|
environment:
|
|
- SQLITE_LOCATION=sqlite:////app/data/sqlite.db
|