mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2026-06-19 23:42:37 +02:00
initial: no secrets
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user