summaryrefslogtreecommitdiff
path: root/docker/README.md
AgeCommit message (Collapse)Author
2022-11-08Describe a better way to enforce Content-Type in nginxTicho 34782694
add_header will not override the Content-Type header set by the server, but will instead add another header below, which is obviously not ideal. The proposed change will instead tell nginx to set the correct value for this header straight away.
2022-10-13Lower default log level for dockerexin
2022-02-20Merge branch 'next' into docsJonas Zohren
2022-02-20revert reflowJonathan de Jong
2022-02-19improve docker documentation someJonathan de Jong
2022-02-16Set all env vars in docker READMEJonas Zohren
2022-02-16Suggestions from Jonas ZohrenJonas Zohren
2022-02-16docs: make all configs matchTimo Kösters
2022-02-04Pre-0.3 doc adjustmentsJonas Zohren
2022-01-07Make traefik+nginx config more self-containedTicho 34782694
The nginx instance which is serving the .well-known endpoints can serve the simple JSON replies directly from memory, instead of having them as external files on disk.
2021-11-21CI: New Multiarch builds and Docker images + cargo clippy/test output now ↵Jonas Zohren
integrated into GitLab
2021-08-26Add Traefik setup, incl. step-by-step, to docker README.Daniel Wiesenberg
2021-05-22Add CONDUIT_CONFIG to all relevant docker filesDaniel Wiesenberg
And mention that an empty string can be used to configure Conduit purely with env vars.
2021-05-22Update docker command in READMEDaniel Wiesenberg
Mention the need for a config.
2021-05-22Update Dockerfile and docker-composeDaniel Wiesenberg
- Dockerfile now tracks the gitlab repository and the master branch. - docker-compose now points to conduit.toml instead of Rocket.toml and its env vars were also renamed from ROCKET_ to CONDUIT_. Furthermore vectorim/riot-web was changed to vectorim/element-web
2020-10-18Fix order of docker command arguments and change repository link to...Daniel Wiesenberg
...github.com repo, to relieve some pressure from git.koesters.xyz.
2020-08-25Docker add healthcheck and mention Docker Hub imageDaniel Wiesenberg
2020-08-12docs: add documentation to the repo and improve layoutTimo
2020-08-11Add README in docker folder and mention docker in Conduit's READMEDaniel Wiesenberg