From 89b3ba44b5b52cc856adf120d3d4e59056d86c09 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 30 Dec 2024 05:08:41 -0800 Subject: [PATCH] use staging --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 95d33ca..3bcab66 100644 --- a/compose.yaml +++ b/compose.yaml @@ -91,7 +91,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: ["--debug", "serve", "rpc"] environment: @@ -106,7 +106,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