Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docker-compose and instructions | Andrew Godwin | 2022-11-27 | 1 | -4/+8 |
| | |||||
* | Simplified settings | Tyler Kennedy | 2022-11-26 | 1 | -5/+8 |
| | | | Migrated settings to typed pydantic settings | ||||
* | Use repository root as build context in docker-compose | TAKAHASHI Shuuji | 2022-11-23 | 1 | -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 file | Andrew Godwin | 2022-11-23 | 1 | -0/+4 |
| | |||||
* | Switch docker-compose to dev settings | Andrew Godwin | 2022-11-23 | 1 | -6/+1 |
| | |||||
* | Rework dockerfile and compose to separate migrations | Andrew Godwin | 2022-11-21 | 1 | -25/+33 |
| | |||||
* | Document Docker development (#21) | Daniel Quinn | 2022-11-20 | 1 | -0/+2 |
| | | | This also mounts the project root at /takahe/ to make development possible. | ||||
* | Fix up docker-compose | Humberto Rocha | 2022-11-19 | 1 | -7/+11 |
| | |||||
* | Start some settings work | Andrew Godwin | 2022-11-12 | 1 | -0/+42 |