mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 22:18:32 +01:00
feat: switch tmnf registry & upgrade to notifications
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
tmnf-replay-server:
|
||||
image: registry.atlantishq.de/tmnf-replay-server:latest
|
||||
image: harbor-registry.atlantishq.de/atlantishq/tmnf-replay-server:latest
|
||||
restart: always
|
||||
ports:
|
||||
- 6010:5000
|
||||
@@ -7,4 +7,8 @@ tmnf-replay-server:
|
||||
- /data/tmnf-replay-server/data/:/app/data/
|
||||
- /data/tmnf-replay-server/uploads/:/app/uploads/
|
||||
environment:
|
||||
- SQLITE_LOCATION=sqlite:////app/data/sqlite.db
|
||||
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