Compare commits
2 commits
f1a19c8241
...
9f971b8207
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f971b8207 | |||
|
cf98c9df30 |
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
||||
nextcloud__version: 33
|
||||
nextcloud__version: 34
|
||||
# renovate: datasource=docker depName=docker.io/library/postgres
|
||||
nextcloud__postgres_version: 15.18
|
||||
nextcloud__fqdn: cloud.hamburg.ccc.de
|
||||
|
|
|
|||
|
|
@ -10,5 +10,8 @@ services:
|
|||
DOORIS_BASE_URL: https://dooris.ccchh.net
|
||||
DOORIS_CCUJACK_USER: "dooris"
|
||||
DOORIS_CCUJACK_PASSWORD: "{{ secret__dooris_ccujack_password }}"
|
||||
DOORIS_AUTHORIZED_KEYS_FILE: "/srv/state/dooris_authorized_keys"
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "./state:/srv/state/:rw"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue