This commit is contained in:
Tiara Rodney 2026-03-14 05:38:45 +01:00
commit 883f31932e
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
169 changed files with 5676 additions and 0 deletions

View file

@ -0,0 +1,16 @@
services:
kellnr:
image: ghcr.io/kellnr/kellnr:{{ version }}
ports:
- "127.0.0.1:{{ port }}:8000"
environment:
KELLNR_ORIGIN__HOSTNAME: "{{ hostname }}"
KELLNR_ORIGIN__PORT: "443"
KELLNR_ORIGIN__PROTOCOL: "https"
KELLNR_AUTH__ADMIN_PWD: "{{ admin_pwd }}"
volumes:
- kellnr_data:/var/lib/kellnr
restart: unless-stopped
volumes:
kellnr_data: