mirror of https://github.com/samply/bridgehead.git
Bugfix: Add version of docker-compose
This commit is contained in:
parent
647630314a
commit
02163def43
|
@ -1,3 +1,5 @@
|
||||||
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
directory_sync_service:
|
directory_sync_service:
|
||||||
image: "docker.verbis.dkfz.de/cache/samply/directory_sync_service"
|
image: "docker.verbis.dkfz.de/cache/samply/directory_sync_service"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dnpm-beam-proxy:
|
dnpm-beam-proxy:
|
||||||
image: docker.verbis.dkfz.de/cache/samply/beam-proxy:develop
|
image: docker.verbis.dkfz.de/cache/samply/beam-proxy:develop
|
||||||
|
|
Loading…
Reference in New Issue