diff options
author | Matthew Jones <matburt@redhat.com> | 2016-08-25 17:57:31 +0200 |
---|---|---|
committer | Matthew Jones <matburt@redhat.com> | 2016-08-25 17:57:31 +0200 |
commit | b507dc53ea18313b7a2a7a2ec4b6e6467efc912d (patch) | |
tree | 774bec6cb566f7f432f7956d33a03efebfa48c8e /tools/docker-compose.yml | |
parent | Support pulling the dev container image from gcr (diff) | |
download | awx-b507dc53ea18313b7a2a7a2ec4b6e6467efc912d.tar.xz awx-b507dc53ea18313b7a2a7a2ec4b6e6467efc912d.zip |
Putting a bow on some of the new dev workflow
* Documentation of the developer variety
* Defaulting the COMPOSE_TAG to develop, can be overridden
* Automatic docker login assuming gcr login
* Including a manual build step as an alternative to gcr
* Make qpid container shut the f**k up when it's running
Diffstat (limited to 'tools/docker-compose.yml')
-rw-r--r-- | tools/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/docker-compose.yml b/tools/docker-compose.yml index 5a7f744b2e..638926b727 100644 --- a/tools/docker-compose.yml +++ b/tools/docker-compose.yml @@ -25,6 +25,7 @@ services: qpid: image: fedora/qpid:latest + entrypoint: qpidd --auth=no # Source Code Synchronization Container # sync: |