mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:31:15 +01:00
16 lines
529 B
YAML
16 lines
529 B
YAML
services:
|
|
tmnf-replay-server:
|
|
image: harbor-registry.atlantishq.de/atlantishq/tmnf-replay-server:latest
|
|
restart: always
|
|
ports:
|
|
- 6010:5000
|
|
volumes:
|
|
- /data/tmnf-replay-server/data/:/app/data/
|
|
- /data/tmnf-replay-server/uploads/:/app/uploads/
|
|
environment:
|
|
SQLITE_LOCATION: sqlite:////app/data/sqlite.db
|
|
DISPATCH_SERVER: {{ event_dispatcher_address }}
|
|
DISPATCH_AUTH_USER: {{ event_dispatcher_user }}
|
|
DISPATCH_AUTH_PASSWORD: {{ event_dispatcher_pass }}
|
|
|