boardgame-manager/variables.yml

28 lines
466 B
YAML

---
bgm:
# Name of the instance
instance: boardgame-manager
# Image to use
image: danielberteaud/boardgame-manager:latest
# Resource allocation for the container
resources:
cpu: 20
memory: 192
# Additional env var
env: {}
# Boardgame manager needs a volume to store its SQLite DB
volumes:
data:
type: csi
source: boardgame-manager
# Public URL where the app will be exposed
public_url: https://bgm.example.org