Skip to content

Pre-built Docker images for Obico server

Notifications You must be signed in to change notification settings

gabe565/docker-obico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obico Docker Images

Build

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.

Images

Deployment

Docker

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.

Usage

  1. Copy .env.example to .env.
  2. Edit the file and set the desired values.
  3. 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.
  4. When ready, the web UI will be available at http://localhost:3334.
    • Default email: root@example.com
    • Default password: password.
  5. Data will be stored in the data directory.

Kubernetes

I have built a Helm chart for Kubernetes deployments. See charts.gabe565.com or gabe565/charts for details.