fix docker #25

Merged
Quaternions merged 3 commits from docker into staging 2025-03-26 19:53:10 +00:00

@ -49,7 +49,7 @@ services:
ports:
- "3000:3000"
environment:
- API_HOST=http://submissions:8082
- API_HOST=http://submissions:8082/v1
validation:
image:
@ -93,11 +93,12 @@ 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:
- REDIS_ADDR=authredis:6379
- RBX_GROUP_ID=17032139
env_file:
- ../auth-compose/auth-service.env
depends_on:
@ -108,7 +109,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