mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
fix: improve token management
This commit is contained in:
@@ -37,13 +37,14 @@ services:
|
||||
mode: replicated
|
||||
replicas: 4
|
||||
endpoint_mode: dnsrr
|
||||
entrypoint: ["node", "./build/streamer/index.js"]
|
||||
entrypoint: ["node", "--require", "./opentelemetry.js", "./build/streamer/index.js"]
|
||||
env_file:
|
||||
- ./.env
|
||||
volumes:
|
||||
- ./repositories:/app/repositories/
|
||||
environment:
|
||||
- PORT=5000
|
||||
- SERVICE_NAME=Streamer
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
|
||||
Reference in New Issue
Block a user