mirror of https://github.com/samply/bridgehead.git
Merge pull request #59 from samply/switch-images-to-develop
Use beam-proxy:develop
This commit is contained in:
commit
5fdeaa7ca4
|
@ -85,7 +85,7 @@ services:
|
||||||
- "blaze"
|
- "blaze"
|
||||||
|
|
||||||
beam-proxy:
|
beam-proxy:
|
||||||
image: samply/beam-proxy:main
|
image: samply/beam-proxy:develop
|
||||||
container_name: bridgehead-beam-proxy
|
container_name: bridgehead-beam-proxy
|
||||||
environment:
|
environment:
|
||||||
BROKER_URL: ${BROKER_URL}
|
BROKER_URL: ${BROKER_URL}
|
||||||
|
|
|
@ -85,7 +85,7 @@ services:
|
||||||
- "blaze"
|
- "blaze"
|
||||||
|
|
||||||
beam-proxy:
|
beam-proxy:
|
||||||
image: samply/beam-proxy:main
|
image: samply/beam-proxy:develop
|
||||||
container_name: bridgehead-beam-proxy
|
container_name: bridgehead-beam-proxy
|
||||||
environment:
|
environment:
|
||||||
BROKER_URL: ${BROKER_URL}
|
BROKER_URL: ${BROKER_URL}
|
||||||
|
|
Loading…
Reference in New Issue