Skip to content

Commit

Permalink
Allow the insertion of metricity config from the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Sep 14, 2021
1 parent 30f70a2 commit d4c4cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -116,6 +116,7 @@ log.*
# Custom user configuration
config.yml
docker-compose.override.yml
metricity-config.toml

# xmlrunner unittest XML reports
TEST-**.xml
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Expand Up @@ -48,6 +48,8 @@ services:
environment:
DATABASE_URI: postgres://pysite:pysite@postgres/metricity
USE_METRICITY: ${USE_METRICITY-false}
volumes:
- .:/tmp/bot:ro

snekbox:
<< : *logging
Expand Down

0 comments on commit d4c4cce

Please sign in to comment.