Compare commits
1 Commits
rm-alloc
...
compose-de
| Author | SHA1 | Date | |
|---|---|---|---|
|
0b71386bf8
|
20
compose.yaml
20
compose.yaml
@@ -73,6 +73,26 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- maps-service-network
|
- 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:
|
dataservice:
|
||||||
image: registry.itzana.me/strafesnet/data-service:master
|
image: registry.itzana.me/strafesnet/data-service:master
|
||||||
container_name: dataservice
|
container_name: dataservice
|
||||||
|
|||||||
Reference in New Issue
Block a user