Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docker to python 3.11.1 (#174) | Michael Manfre | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Fix collectstatic | Andrew Godwin | 2022-12-15 | 1 | -1/+1 |
| | |||||
* | Don't cache pip packages when building docker image (#131) | Dan Watson | 2022-12-06 | 1 | -1/+1 |
| | |||||
* | Add missing dependencies for the arm64 build (#111) | TAKAHASHI Shuuji | 2022-12-05 | 1 | -0/+6 |
| | |||||
* | Optimized deb packages installed in Docker (#106) | Paolo Melchiorre | 2022-12-04 | 1 | -3/+15 |
| | |||||
* | Fix docker image build proccess waiting on user input (#81) | Humberto Rocha | 2022-11-30 | 1 | -1/+1 |
| | |||||
* | Modify docker FROM to allow mirror insertion (#69) | Corry Haines | 2022-11-27 | 1 | -1/+4 |
| | |||||
* | Update docker-compose and instructions | Andrew Godwin | 2022-11-27 | 1 | -4/+8 |
| | |||||
* | Bit of a settings fixup to make it work with t.s | Andrew Godwin | 2022-11-26 | 1 | -1/+1 |
| | |||||
* | Simplified settings | Tyler Kennedy | 2022-11-26 | 2 | -7/+9 |
| | | | 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 | 3 | -31/+34 |
| | |||||
* | Add missing Debian build dependencies for Python 3 dependencies (#16) | Josh Dick | 2022-11-20 | 1 | -1/+1 |
| | | | ARM processor differences | ||||
* | 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 |
| | |||||
* | A few more tweaks for an initial deploy | Andrew Godwin | 2022-11-19 | 2 | -1/+4 |
| | |||||
* | Deployment re-jiggling | Andrew Godwin | 2022-11-18 | 2 | -23/+11 |
| | |||||
* | Start some settings work | Andrew Godwin | 2022-11-12 | 3 | -0/+78 |