summaryrefslogtreecommitdiff
path: root/docker-compose.yml
Commit message (Collapse)AuthorAgeFilesLines
* Updated docker-compose service imagesAlex Grönholm2022-09-031-7/+3
| | | | | * Redis updated to v7 * Switched from VerneMQ to EMQX
* Switched to VerneMQ as the MQTT broker for testsAlex Grönholm2022-02-151-4/+5
|
* Upgraded docker-compose file versionAlex Grönholm2022-01-021-1/+1
| | | | This fixed a local bizarre issue where the config file could not be accessed, even as root.
* Implemented a pluggable event broker systemAlex Grönholm2021-09-111-0/+12
|
* More refactoring workAlex Grönholm2021-09-061-0/+8
| | | | | | | | * Added mysql and sqlite to the data store testing matrix * Made customizing the SQLAlchemy table metadata easier * Refactored more classes to use attrs instead of dataclasses * Added the get_next_schedule_run_time() method to stores * Made schedulers use get_next_schedule_run_time() to limit their waiting time
* Overhauled the data store and event dispatch systemsAlex Grönholm2021-08-291-2/+0
|
* Fixed test setup issues (#493)Alex Grönholm2021-02-261-15/+0
| | | | | | | * Pinned freezegun to 1.0.0 * Used docker-compose to set up services * Removed the services we don't need yet * Used a less specific Python version
* Implemented data store sharing and proper async supportAlex Grönholm2021-02-241-0/+10
|
* Added docker-compose configuration to facilitate testingAlex Grönholm2017-10-211-0/+21