summaryrefslogtreecommitdiff
path: root/docker/biboumi
AgeCommit message (Collapse)Author
2018-06-14Remove build packages from docker image by using multistage Dockerfile.Stefan Schwarz
2017-12-16Update the docker images to enable postgresql, and document themlouiz’
2017-08-19Change docker documentation regarding the database permissionslouiz’
fix #3290
2017-08-01Fix the conf in the alpine docker imagelouiz’
2017-07-26Aaaand move the biboumi.cfg file for dockerlouiz’
2017-07-25Also move the README.md in that directorylouiz’
2017-07-25Move the Dockerfile inside an alpine subdirectorylouiz’
2017-06-14Update the docker images and the gitlab-ci script to use sqlite3louiz’
2017-04-21Use alpine for the docker image, and simplify the config + run stufflouiz’
Using env variable directly used by the process, it’s easier than calling sed on the configuration file before we start the process. Also we don’t need to start as root anymore, and it’s a lot cleaner.
2017-04-12docker: Run the process using “exec”, to be able to cleanly receive signalslouiz’
2017-04-12Always chown biboumi /var/lib/biboumi when the docker container startslouiz’
This fixes permission problems when we bind a volume that is not owned by the biboumi user.
2017-03-01Don’t wrap the lines in docker/README.mdlouiz’
2017-02-28Use markdown for the docker readmelouiz’
2017-02-28Revert "Split the biboumi dockerfile into two, to be able to disable the cache"louiz’
This reverts commit 26eb28dc2368d14e171201a0c6b76b76b19e1ddc.
2017-02-28Split the biboumi dockerfile into two, to be able to disable the cachelouiz’
2017-02-17docker: fix the SECRET->PASSWORD in entrypoint.shlouiz’
2017-02-17docker: Add the XMPP_SERVER_IP option, and document the --network=host usagelouiz’
2017-02-17docker: Properly handle and document the /var/lib/biboumi directorylouiz’
2017-02-17Add a biboumi Dockerfilelouiz’