fix docker-compose up error

FIx docker-compose up error
This commit is contained in:
dhtmdgkr123 2021-10-04 17:59:11 +09:00 committed by GitHub
parent 1008cdcee5
commit 42abd8b390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
GIN_MODE=debug GIN_MODE=debug
# Weaver # Weaver
WEAVER_AUTH_KEY=arachnys-weaver WEAVER_AUTH_KEY="arachnys-weaver"
WEAVER_ATHENA_CMD=athenapdf -S WEAVER_ATHENA_CMD="athenapdf -S"
WEAVER_MAX_WORKERS=10 WEAVER_MAX_WORKERS=10
WEAVER_MAX_CONVERSION_QUEUE=50 WEAVER_MAX_CONVERSION_QUEUE=50
WEAVER_WORKER_TIMEOUT=90 WEAVER_WORKER_TIMEOUT=90
@ -16,4 +16,4 @@ WEAVER_CONVERSION_FALLBACK=false
# Monitoring # Monitoring
# STATSD_ADDRESS= # STATSD_ADDRESS=
# STATSD_PREFIX= # STATSD_PREFIX=
# SENTRY_DSN= # SENTRY_DSN=