fix docker #25

Merged
Quaternions merged 3 commits from docker into staging 2025-03-26 19:53:10 +00:00
Showing only changes of commit 65e63431a3 - Show all commits

@ -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