This repo builds Docker images for TheSpaghettiDetective/obico-server to be used in hosting environments that do not support building a local image.
The Obico git ref is automatically updated by Renovate bot, so new Obico releases will be available within a few hours of a push to the Obico release branch.
These images are built very similarly to the docker-compose.yml
provided by Obico.
The main difference is that the server container in this repo does not require a volume bind at /frontend
. Those files are built directly into the container image.
- Copy
.env.example
to.env
. - Edit the file and set the desired values.
- Run
docker compose up
.- If you want Obico to run in the background, add the
-d
flag. - Note that this step will take a while due to the size of the Obico images.
- If you want Obico to run in the background, add the
- When ready, the web UI will be available at http://localhost:3334.
- Default email:
root@example.com
- Default password:
password
.
- Default email:
- Data will be stored in the
data
directory.
I have built a Helm chart for Kubernetes deployments. See charts.gabe565.com or gabe565/charts for details.