1 Commits

Author SHA1 Message Date
0b71386bf8 wip
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-06 20:08:55 -07:00

View File

@@ -73,6 +73,26 @@ services:
networks:
- maps-service-network
public_api:
image:
maptest-api
container_name: public_api
command: [
# debug
"--debug","api",
# http service port
"--port","8084",
"--dev-rpc-host","dev-service:8081",
"--maps-rpc-host","maptest-api:8081",
]
depends_on:
- submissions
- dev_service
networks:
- maps-service-network
ports:
- "8084:8084"
dataservice:
image: registry.itzana.me/strafesnet/data-service:master
container_name: dataservice