Skip to content

Commit 0d8fd2a

Browse files
Matthew PeckKevin Smith
authored andcommitted
remove COG_<provider>_ENABLED from the base docker-compose
1 parent 18f6a3d commit 0d8fd2a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docker-compose.override.hipchat_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cog:
22
environment:
3-
- COG_HIPCHAT_ENABLED=true
3+
- COG_HIPCHAT_ENABLED=1
44
- HIPCHAT_API_TOKEN=${HIPCHAT_API_TOKEN}
55
- HIPCHAT_JABBER_ID=${HIPCHAT_JABBER_ID}
66
- HIPCHAT_JABBER_PASSWORD=${HIPCHAT_JABBER_PASSWORD}

docker-compose.override.slack_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cog:
22
environment:
3-
- COG_SLACK_ENABLED=true
3+
- COG_SLACK_ENABLED=1
44
- SLACK_API_TOKEN=${SLACK_API_TOKEN}
55
- COG_BOOTSTRAP_USERNAME=admin
66
- COG_BOOTSTRAP_PASSWORD=changeme

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ postgres:
3737
environment:
3838
- POSTGRES_USER=cog
3939
- POSTGRES_PASSWORD=cog
40-
- COG_SLACK_ENABLED=false
41-
- COG_HIPCHAT_ENABLED=false
4240

4341
cog:
4442
image: operable/cog:0.15

0 commit comments

Comments
 (0)