bzl

self-hosted ephemeral community engine
Log | Files | Refs | README | LICENSE

compose.yaml (210B)


      1 services:
      2   bzl:
      3     build: .
      4     image: bzl:latest
      5     restart: unless-stopped
      6     env_file: .env
      7     ports:
      8       - "${PORT:-3000}:${PORT:-3000}"
      9     volumes:
     10       - bzl_data:/app/data
     11 
     12 volumes:
     13   bzl_data: