summaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* 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-213-31/+34
|
* Add missing Debian build dependencies for Python 3 dependencies (#16)Josh Dick2022-11-201-1/+1
| | | ARM processor differences
* 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
|
* A few more tweaks for an initial deployAndrew Godwin2022-11-192-1/+4
|
* Deployment re-jigglingAndrew Godwin2022-11-182-23/+11
|
* Start some settings workAndrew Godwin2022-11-123-0/+78