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 }}