summaryrefslogtreecommitdiffstats
path: root/docker/docker-compose.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update docker-compose and instructionsAndrew Godwin2022-11-271-4/+8
|
* Simplified settingsTyler Kennedy2022-11-261-5/+8
| | | Migrated settings to typed pydantic settings
* Use repository root as build context in docker-composeTAKAHASHI Shuuji2022-11-231-1/+4
| | | This fixes the issue where `docker-compose` fails to build takahe:latest container. The cause of issue is the build context for docker compose is different from the one of `docker build`. Currently, `make image` uses the repository root as a build context while `make compose_up` will use `docker/` directory as a build context. That's why docker-compose couldn't find the required files during building.
* Add big warning to compose fileAndrew Godwin2022-11-231-0/+4
|
* Switch docker-compose to dev settingsAndrew Godwin2022-11-231-6/+1
|
* Rework dockerfile and compose to separate migrationsAndrew Godwin2022-11-211-25/+33
|
* Document Docker development (#21)Daniel Quinn2022-11-201-0/+2
| | | This also mounts the project root at /takahe/ to make development possible.
* Fix up docker-composeHumberto Rocha2022-11-191-7/+11
|
* Start some settings workAndrew Godwin2022-11-121-0/+42