Merge pull request #5 from jessecooper/fix-port-to-match-docs

changed web port to 8010 to match bbdocs
This commit is contained in:
Pierre Tardy 2018-03-29 09:15:57 +02:00 committed by GitHub
commit 0d122de59a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@ services:
- 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
- BUILDBOT_WORKER_PORT=9989 - BUILDBOT_WORKER_PORT=9989
- BUILDBOT_WEB_URL=http://localhost:8080/ - BUILDBOT_WEB_URL=http://localhost:8010/
- BUILDBOT_WEB_PORT=8080 - BUILDBOT_WEB_PORT=8010
links: links:
- db - db
depends_on: depends_on:
- db - db
ports: ports:
- "8080:8080" - "8010:8010"
db: db:
env_file: env_file:
- db.env - db.env