summaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Make the collectstatic hack slightly betterAndrew Godwin2022-12-161-1/+1
|
* Update docker to python 3.11.1 (#174)Michael Manfre2022-12-151-1/+1
|
* Fix collectstaticAndrew Godwin2022-12-151-1/+1
|
* Don't cache pip packages when building docker image (#131)Dan Watson2022-12-061-1/+1
|
* Add missing dependencies for the arm64 build (#111)TAKAHASHI Shuuji2022-12-051-0/+6
|
* Optimized deb packages installed in Docker (#106)Paolo Melchiorre2022-12-041-3/+15
|
* Fix docker image build proccess waiting on user input (#81)Humberto Rocha2022-11-301-1/+1
|
* Modify docker FROM to allow mirror insertion (#69)Corry Haines2022-11-271-1/+4
|
* Update docker-compose and instructionsAndrew Godwin2022-11-271-4/+8
|
* Bit of a settings fixup to make it work with t.sAndrew Godwin2022-11-261-1/+1
|
* Simplified settingsTyler Kennedy2022-11-262-7/+9
| | | 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-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