summaryrefslogtreecommitdiff
path: root/docker-compose.yml
AgeCommit message (Collapse)Author
2023-07-29moved docker-compose.yml into the docker folderpurplemeteorite
2022-10-13Lower default log level for docker and debianexin
2022-02-16Suggestions from Jonas ZohrenJonas Zohren
2022-02-16docs: make all configs matchTimo Kösters
2022-02-12Port from Rocket to axumJonas Platte
2021-08-31registration default trueJonathan de Jong
2021-08-09Bump version of alpine docker image to 3.14Daniel Wiesenberg
2021-07-14SqliteJonathan de Jong
2021-07-06Change default port in docker to the newDaniel Wiesenberg
conduit default port 6167 and fix the docker healthcheck
2021-05-25Fix docker-compose trusted_servers env varDaniel Wiesenberg
2021-05-22Add CONDUIT_TRUSTED_SERVERS config paramDaniel 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 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-07feat: federation disabled by defaultTimo Kösters
It can be enable in the Rocket.toml config or using ROCKET_FEDERATION_ENABLED=true
2020-08-25Docker add healthcheck and mention Docker Hub imageDaniel Wiesenberg
2020-08-11Move additional files into dedicated folder and make build the def...Daniel Wiesenberg
...fault in the compose files.
2020-08-11Add build option to compose fileDaniel Wiesenberg
2020-08-11Add Element-Web to compose and provide extra compose files for using..Daniel Wiesenberg
..Conduit behind Traefik Reverse Proxy
2020-08-11Minor modifications to compose file and update Dockerfile commentsDaniel Wiesenberg
2020-08-11Add ability to switch between local and remote build with build arg a...Daniel Wiesenberg
...nd add env vars to docker-compose
2020-08-11Image now builds and runs 🎉 Thx to the help of yzhrDaniel Wiesenberg
2020-08-11Initial docker files trinityDaniel Wiesenberg
The image builds as is, but running it exits with: standard_init_linux.go:211: exec user process caused "no such file or directory"