run auth with debug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Quaternions 2024-12-28 22:09:51 -08:00
parent be75903226
commit 706f5bad3f

View File

@ -93,7 +93,7 @@ services:
authrpc:
image: registry.itzana.me/strafesnet/auth-service:master
container_name: authrpc
command: ["serve", "rpc"]
command: ["--debug", "serve", "rpc"]
environment:
- REDIS_ADDR=authredis:6379
env_file: