Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove obsolete version indicator in docker-compose.yml | 2025-04-08 | -2/+0 | |
| | ||||
* | use pseudo-tty for sir-lancebot service | 2021-11-09 | -0/+1 | |
| | | | | | This allows the coloredlogs module to automatically detect colour support when running in docker | |||
* | Change to unless-stopped restart policy | 2021-06-06 | -1/+6 | |
| | | | | | | Since we use the same port for redis on all out projects, having this always restart causes conflicts for people starting up docker and wanting to use redis for anyother project. | |||
* | Default redis host in docker-compose | 2021-02-06 | -0/+2 | |
| | ||||
* | Get env vars from .env file | 2021-01-13 | -8/+2 | |
| | ||||
* | Remove references to old name. | 2020-11-21 | -9/+7 | |
| | | | | | I've tried to replace this with generic references where appropriate, but a lot of the time it just doesn't make a lot of sense to do so. | |||
* | Simpler environment variables. | 2020-11-20 | -6/+6 | |
| | | | Co-authored-by: Jeremiah Boby <[email protected]> | |||
* | Depend bot on redis, add other environment variables + sync files | 2020-11-16 | -4/+7 | |
| | ||||
* | Relay seasonalbot token and debug to docker-compose.yml | 2020-11-16 | -2/+2 | |
| | ||||
* | Put development Redis information to container | 2020-11-16 | -0/+1 | |
| | ||||
* | Add Redis service to docker-compose.yml | 2020-11-16 | -0/+5 | |
| | ||||
* | Deseasonify: remove `season_override` env var | 2020-03-21 | -1/+0 | |
| | | | | Unused and no longer relevant. | |||
* | Strip references to seasonalbot chat | 2020-03-01 | -1/+0 | |
| | | | | Redirect any output to seasonalbot commands, where relevant | |||
* | Cleanup Dockerfile and CI Build & Push stage | 2019-09-19 | -0/+24 | |