docker: update compose
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Quaternions 2024-12-30 20:04:46 -08:00
parent 952ceab014
commit ca1e007b07

View File

@ -30,7 +30,8 @@ services:
"--pg-password","happypostgresuser", "--pg-password","happypostgresuser",
# other hosts # other hosts
"--nats-host","nats:4222", "--nats-host","nats:4222",
"--auth-rpc-host","authrpc:8081" "--auth-rpc-host","authrpc:8081",
"--data-rpc-host","dataservice:9000",
] ]
depends_on: depends_on:
- authrpc - authrpc
@ -58,7 +59,6 @@ services:
- ROBLOX_GROUP_ID=17032139 # "None" is special case string value - ROBLOX_GROUP_ID=17032139 # "None" is special case string value
- API_HOST_INTERNAL=http://submissions:8083 - API_HOST_INTERNAL=http://submissions:8083
- NATS_HOST=nats:4222 - NATS_HOST=nats:4222
- DATA_HOST=http://dataservice:9000
depends_on: depends_on:
- nats - nats
# note: this races the submissions which creates a nats stream # note: this races the submissions which creates a nats stream