Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 569 Bytes

self_hosting.md

File metadata and controls

22 lines (13 loc) · 569 Bytes

Self hosting

Please first visit the Architecture page in order to understand how pieces fit together.

You will need Docker or Podman installed.

Edit .env

Copy bloom/env.example to .env and edit it with good values

Run migrations

$ docker run -it --rm -v `pwd`/.env:/bloom/.env ghcr.io/skerkour/bloom-legacy:release

Run Bloom

$ docker run -d -v `pwd`/.env:/bloom/.env -p 8080:8080 ghcr.io/skerkour/bloom-legacy:latest