use buildbot-master:master, and use env_file as a list
env_file as a string will not work with hyper yet.
This commit is contained in:
parent
1069691b01
commit
8c9a60decf
@ -1,8 +1,9 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
buildbot:
|
buildbot:
|
||||||
image: buildbot/buildbot-master:latest
|
image: buildbot/buildbot-master:master
|
||||||
env_file: db.env
|
env_file:
|
||||||
|
- db.env
|
||||||
environment:
|
environment:
|
||||||
- BUILDBOT_CONFIG_DIR=config
|
- BUILDBOT_CONFIG_DIR=config
|
||||||
- BUILDBOT_CONFIG_URL=https://github.com/buildbot/buildbot-docker-example-config/archive/master.tar.gz
|
- BUILDBOT_CONFIG_URL=https://github.com/buildbot/buildbot-docker-example-config/archive/master.tar.gz
|
||||||
@ -16,7 +17,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
db:
|
db:
|
||||||
env_file: db.env
|
env_file:
|
||||||
|
- db.env
|
||||||
image: "postgres:9.4"
|
image: "postgres:9.4"
|
||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
|
Loading…
Reference in New Issue
Block a user