Skip to content

Latest commit

 

History

123 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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.

About

Pre-built Docker images for Obico server

Topics

Resources

Stars

36 stars

Watchers

2 watching

Forks

Packages

Used by

Contributors