use staging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Quaternions 2024-12-30 05:08:41 -08:00
parent 706f5bad3f
commit 89b3ba44b5

View File

@ -91,7 +91,7 @@ services:
- maps-service-network - maps-service-network
authrpc: authrpc:
image: registry.itzana.me/strafesnet/auth-service:master image: registry.itzana.me/strafesnet/auth-service:staging
container_name: authrpc container_name: authrpc
command: ["--debug", "serve", "rpc"] command: ["--debug", "serve", "rpc"]
environment: environment:
@ -106,7 +106,7 @@ services:
driver: "none" driver: "none"
auth-web: auth-web:
image: registry.itzana.me/strafesnet/auth-service:master image: registry.itzana.me/strafesnet/auth-service:staging
command: ["serve", "web"] command: ["serve", "web"]
environment: environment:
- REDIS_ADDR=authredis:6379 - REDIS_ADDR=authredis:6379