Skip to content

threenine/bancwr-diogel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bancwr-Diogel

CI Release Backend Release Frontend Trivy Security Scan

Podman Images

Images are published to GitHub Container Registry (GHCR).

Backend

# 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

Frontend

# 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

Running the Environment

  1. Create a .env file from the example:
    cp .env.example .env
  2. Edit .env and set your BUNKER_NSEC.
  3. (Optional) Ensure the Podman socket is running (required for podman compose):
    systemctl --user enable --now podman.socket
  4. Start the environment:
    podman compose up -d

Releases

Packages

Contributors

Languages