docker: use staging auth image

This commit is contained in:
Quaternions 2025-03-26 12:26:37 -07:00
parent a8dc6cd35a
commit 65e63431a3
Signed by: Quaternions
GPG Key ID: D0DF5964F79AC131

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