summaryrefslogtreecommitdiff
path: root/docker/collector
Commit message (Collapse)AuthorAgeFilesLines
* Add dev version of docker-compose for collectorErnst Widerberg2021-11-241-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 Hallin2021-11-175-38/+2
|
* * Rename wsgi.py to main.py, we're not using WSGI.Kristofer Hallin2021-11-171-1/+1
| | | | * Added env variable.
* Use Uvicorn since we now run FastAPI which uses ASGI.Kristofer Hallin2021-11-174-17/+6
|
* Only crate /opt/certs/ if the directory is missing.Kristofer Hallin2021-11-161-2/+0
|
* Use DOCKER_JWT_PUBKEY_PATH for public key and some minor fixes.Kristofer Hallin2021-11-162-1/+5
|
* * Don't switch to main brach, we're already there.Kristofer Hallin2021-11-121-1/+2
| | | | | * Look for public key in /opt/cert. * Add variable to compose.
* Docker: Checkout main branchErnst Widerberg2021-10-151-1/+1
|
* Added Collector container.Kristofer Hallin2021-10-066-0/+86