init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
16
ansible/roles/kellnr/templates/docker-compose.yml.j2
Normal file
16
ansible/roles/kellnr/templates/docker-compose.yml.j2
Normal 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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue