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