Compare commits
2 commits
7372f734e3
...
182ce0e949
| Author | SHA1 | Date | |
|---|---|---|---|
| 182ce0e949 | |||
|
cf98c9df30 |
2 changed files with 4 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pretix:
|
pretix:
|
||||||
image: docker.io/pretix/standalone:2026.3
|
image: docker.io/pretix/standalone:2026.5
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
ports:
|
ports:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
|
|
|
||||||
|
|
@ -10,5 +10,8 @@ services:
|
||||||
DOORIS_BASE_URL: https://dooris.ccchh.net
|
DOORIS_BASE_URL: https://dooris.ccchh.net
|
||||||
DOORIS_CCUJACK_USER: "dooris"
|
DOORIS_CCUJACK_USER: "dooris"
|
||||||
DOORIS_CCUJACK_PASSWORD: "{{ secret__dooris_ccujack_password }}"
|
DOORIS_CCUJACK_PASSWORD: "{{ secret__dooris_ccujack_password }}"
|
||||||
|
DOORIS_AUTHORIZED_KEYS_FILE: "/srv/state/dooris_authorized_keys"
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- "./state:/srv/state/:rw"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue