mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix potential race condition with docker and volume creation in ui tests
This commit is contained in:
parent
56fa60904b
commit
d1077156c9
2 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ services:
|
|||
dockerfile: src/scheduler/Dockerfile
|
||||
depends_on:
|
||||
- mybunker
|
||||
- docker-proxy
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
environment:
|
||||
|
|
@ -49,6 +50,7 @@ services:
|
|||
depends_on:
|
||||
- mybunker
|
||||
- docker-proxy
|
||||
- bw-scheduler
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ services:
|
|||
pull_policy: never
|
||||
depends_on:
|
||||
- bw
|
||||
- bw-docker-proxy
|
||||
environment:
|
||||
DOCKER_HOST: "tcp://bw-docker-proxy:2375"
|
||||
volumes:
|
||||
|
|
@ -48,6 +49,7 @@ services:
|
|||
depends_on:
|
||||
- bw
|
||||
- bw-docker-proxy
|
||||
- bw-scheduler
|
||||
environment:
|
||||
DOCKER_HOST: "tcp://bw-docker-proxy:2375"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue