Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy certs/* | Kristofer Hallin | 2022-02-04 | 1 | -2/+1 |
| | |||||
* | Use volume for certs. | Kristofer Hallin | 2022-02-04 | 6 | -7/+10 |
| | |||||
* | Use SSL and added a -b flag to quickstart.sh | Kristofer Hallin | 2022-02-04 | 6 | -5/+63 |
| | |||||
* | 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 | 2 | -0/+61 |
| | | | | | Copies code from host rather than pulling from GitHub. Use with `./quickstart.sh dev`. | ||||
* | Bump docker-compose version. | Kristofer Hallin | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Use the official Nginx image. | Kristofer Hallin | 2021-11-17 | 3 | -20/+2 |
| | |||||
* | Nginx is now running in its own container. | Kristofer Hallin | 2021-11-17 | 8 | -30/+33 |
| | |||||
* | * 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 | 3 | -6/+6 |
| | |||||
* | * Don't switch to main brach, we're already there. | Kristofer Hallin | 2021-11-12 | 2 | -1/+3 |
| | | | | | * Look for public key in /opt/cert. * Add variable to compose. | ||||
* | Initialize CouchDB properly, now _users should be created. | Kristofer Hallin | 2021-10-29 | 3 | -1/+8 |
| | |||||
* | lower the docker-compose file version | Linus Nordberg | 2021-10-27 | 1 | -1/+1 |
| | | | | | | | | | Debian 11 (bullseye) comes with docker-compose version 1.25.0, build unknown. Lowering the docker-compose version to 2.3 seems to work. But I'm really not sure what I'm doing here. Please lmk if this isn't reasonable. | ||||
* | Docker: Checkout main branch | Ernst Widerberg | 2021-10-15 | 1 | -1/+1 |
| | |||||
* | Added Collector container. | Kristofer Hallin | 2021-10-06 | 7 | -1/+89 |
| | |||||
* | Added a new container for the collector API. | Kristofer Hallin | 2021-10-06 | 1 | -0/+16 |
| | |||||
* | Use CouchDB, this might break things. | Kristofer Hallin | 2021-09-23 | 1 | -0/+17 |