Compare commits
2 commits
4e6b93c888
...
c1346fcf08
| Author | SHA1 | Date | |
|---|---|---|---|
| c1346fcf08 | |||
| 7a9929c66d |
5 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
|
||||||
nextcloud__version: 32
|
nextcloud__version: 32
|
||||||
# renovate: datasource=docker depName=docker.io/library/postgres
|
# renovate: datasource=docker depName=docker.io/library/postgres
|
||||||
nextcloud__postgres_version: 15.17
|
nextcloud__postgres_version: 18.3
|
||||||
nextcloud__fqdn: cloud.hamburg.ccc.de
|
nextcloud__fqdn: cloud.hamburg.ccc.de
|
||||||
nextcloud__data_dir: /data/nextcloud
|
nextcloud__data_dir: /data/nextcloud
|
||||||
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"
|
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ services:
|
||||||
- POSTGRES_DB=mailmandb
|
- POSTGRES_DB=mailmandb
|
||||||
- POSTGRES_USER=mailman
|
- POSTGRES_USER=mailman
|
||||||
- POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
|
- POSTGRES_PASSWORD=wvQjbMRnwFuxGEPz
|
||||||
image: docker.io/library/postgres:12-alpine
|
image: docker.io/library/postgres:18-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/mailman/database:/var/lib/postgresql/data
|
- /opt/mailman/database:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/postgres:15-alpine
|
image: docker.io/library/postgres:18-alpine
|
||||||
environment:
|
environment:
|
||||||
- "POSTGRES_USER=pretalx"
|
- "POSTGRES_USER=pretalx"
|
||||||
- "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"
|
- "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: docker.io/library/postgres:15-alpine
|
image: docker.io/library/postgres:18-alpine
|
||||||
environment:
|
environment:
|
||||||
- "POSTGRES_USER=pretix"
|
- "POSTGRES_USER=pretix"
|
||||||
- "POSTGRES_PASSWORD={{ secret__pretix_db_password }}"
|
- "POSTGRES_PASSWORD={{ secret__pretix_db_password }}"
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ x-shared:
|
||||||
LETSENCRYPT_HOST:
|
LETSENCRYPT_HOST:
|
||||||
LETSENCRYPT_EMAIL:
|
LETSENCRYPT_EMAIL:
|
||||||
|
|
||||||
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.2}
|
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.5.3}
|
||||||
restart: ${RESTART:-always}
|
restart: ${RESTART:-always}
|
||||||
volumes:
|
volumes:
|
||||||
- zammad-storage:/opt/zammad/storage
|
- zammad-storage:/opt/zammad/storage
|
||||||
|
|
@ -76,7 +76,7 @@ services:
|
||||||
user: 0:0
|
user: 0:0
|
||||||
|
|
||||||
zammad-elasticsearch:
|
zammad-elasticsearch:
|
||||||
image: elasticsearch:${ELASTICSEARCH_VERSION:-8.19.4}
|
image: elasticsearch:${ELASTICSEARCH_VERSION:-8.19.13}
|
||||||
restart: ${RESTART:-always}
|
restart: ${RESTART:-always}
|
||||||
volumes:
|
volumes:
|
||||||
- elasticsearch-data:/usr/share/elasticsearch/data
|
- elasticsearch-data:/usr/share/elasticsearch/data
|
||||||
|
|
@ -95,7 +95,7 @@ services:
|
||||||
|
|
||||||
zammad-memcached:
|
zammad-memcached:
|
||||||
command: memcached -m 256M
|
command: memcached -m 256M
|
||||||
image: memcached:${MEMCACHE_VERSION:-1.6.39-alpine}
|
image: memcached:${MEMCACHE_VERSION:-1.6.41-alpine}
|
||||||
restart: ${RESTART:-always}
|
restart: ${RESTART:-always}
|
||||||
|
|
||||||
zammad-nginx:
|
zammad-nginx:
|
||||||
|
|
@ -113,7 +113,7 @@ services:
|
||||||
POSTGRES_DB: ${POSTGRES_DB:-zammad_production}
|
POSTGRES_DB: ${POSTGRES_DB:-zammad_production}
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-zammad}
|
POSTGRES_USER: ${POSTGRES_USER:-zammad}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASS:-zammad}
|
POSTGRES_PASSWORD: ${POSTGRES_PASS:-zammad}
|
||||||
image: postgres:${POSTGRES_VERSION:-17.6-alpine}
|
image: postgres:${POSTGRES_VERSION:-17.9-alpine}
|
||||||
restart: ${RESTART:-always}
|
restart: ${RESTART:-always}
|
||||||
volumes:
|
volumes:
|
||||||
- postgresql-data:/var/lib/postgresql/data
|
- postgresql-data:/var/lib/postgresql/data
|
||||||
|
|
@ -123,7 +123,7 @@ services:
|
||||||
command: [ "zammad-railsserver" ]
|
command: [ "zammad-railsserver" ]
|
||||||
|
|
||||||
zammad-redis:
|
zammad-redis:
|
||||||
image: redis:${REDIS_VERSION:-7.4.5-alpine}
|
image: redis:${REDIS_VERSION:-7.4.8-alpine}
|
||||||
restart: ${RESTART:-always}
|
restart: ${RESTART:-always}
|
||||||
volumes:
|
volumes:
|
||||||
- redis-data:/data
|
- redis-data:/data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue