Skip to content

Commit

Permalink
remove COG_<provider>_ENABLED from the base docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Peck authored and Kevin Smith committed Oct 12, 2016
1 parent 18f6a3d commit 0d8fd2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.override.hipchat_example.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cog:
environment:
- COG_HIPCHAT_ENABLED=true
- COG_HIPCHAT_ENABLED=1
- HIPCHAT_API_TOKEN=${HIPCHAT_API_TOKEN}
- HIPCHAT_JABBER_ID=${HIPCHAT_JABBER_ID}
- HIPCHAT_JABBER_PASSWORD=${HIPCHAT_JABBER_PASSWORD}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.slack_example.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cog:
environment:
- COG_SLACK_ENABLED=true
- COG_SLACK_ENABLED=1
- SLACK_API_TOKEN=${SLACK_API_TOKEN}
- COG_BOOTSTRAP_USERNAME=admin
- COG_BOOTSTRAP_PASSWORD=changeme
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ postgres:
environment:
- POSTGRES_USER=cog
- POSTGRES_PASSWORD=cog
- COG_SLACK_ENABLED=false
- COG_HIPCHAT_ENABLED=false

cog:
image: operable/cog:0.15
Expand Down

0 comments on commit 0d8fd2a

Please sign in to comment.