Images are published to GitHub Container Registry (GHCR).
# Pull latest
podman pull ghcr.io/threenine/bancwr-diogel-backend:latest
# Pull specific version
podman pull ghcr.io/threenine/bancwr-diogel-backend:v1.0.0# Pull latest
podman pull ghcr.io/threenine/bancwr-diogel-frontend:latest
# Pull specific version
podman pull ghcr.io/threenine/bancwr-diogel-frontend:v1.0.0- Create a
.envfile from the example:cp .env.example .env
- Edit
.envand set yourBUNKER_NSEC. - (Optional) Ensure the Podman socket is running (required for
podman compose):systemctl --user enable --now podman.socket - Start the environment:
podman compose up -d