docker: fix validation
This commit is contained in:
parent
d37964764e
commit
0eaf9aa164
@ -60,7 +60,15 @@ services:
|
|||||||
context: validation
|
context: validation
|
||||||
dockerfile: Containerfile
|
dockerfile: Containerfile
|
||||||
container_name: validation
|
container_name: validation
|
||||||
|
environment:
|
||||||
|
- RBXCOOKIE=RBXCOOKIE
|
||||||
|
- API_HOST=http://localhost:8081
|
||||||
|
- NATS_HOST=nats:4222
|
||||||
|
- DATA_HOST=http://localhost:9000
|
||||||
depends_on:
|
depends_on:
|
||||||
- nats
|
- nats
|
||||||
|
# note: this races the maps-service which creates a nats stream
|
||||||
|
# the validation will panic if the nats stream is not created
|
||||||
|
- maps-service
|
||||||
networks:
|
networks:
|
||||||
- maps-service-network
|
- maps-service-network
|
||||||
|
Loading…
Reference in New Issue
Block a user