| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the existing venv. We should create our own. | Kristofer Hallin | 2021-12-17 | 1 | -0/+5 |
| | | |||||
| * | Add dev version of docker-compose for collector | Ernst Widerberg | 2021-11-24 | 1 | -0/+20 |
| | | | | | | Copies code from host rather than pulling from GitHub. Use with `./quickstart.sh dev`. | ||||
| * | Nginx is now running in its own container. | Kristofer Hallin | 2021-11-17 | 5 | -38/+2 |
| | | |||||
| * | * Rename wsgi.py to main.py, we're not using WSGI. | Kristofer Hallin | 2021-11-17 | 1 | -1/+1 |
| | | | | | * Added env variable. | ||||
| * | Use Uvicorn since we now run FastAPI which uses ASGI. | Kristofer Hallin | 2021-11-17 | 4 | -17/+6 |
| | | |||||
| * | Only crate /opt/certs/ if the directory is missing. | Kristofer Hallin | 2021-11-16 | 1 | -2/+0 |
| | | |||||
| * | Use DOCKER_JWT_PUBKEY_PATH for public key and some minor fixes. | Kristofer Hallin | 2021-11-16 | 2 | -1/+5 |
| | | |||||
| * | * Don't switch to main brach, we're already there. | Kristofer Hallin | 2021-11-12 | 1 | -1/+2 |
| | | | | | | * Look for public key in /opt/cert. * Add variable to compose. | ||||
| * | Docker: Checkout main branch | Ernst Widerberg | 2021-10-15 | 1 | -1/+1 |
| | | |||||
| * | Added Collector container. | Kristofer Hallin | 2021-10-06 | 6 | -0/+86 |
