Compare commits
2 commits
56aee32668
...
a63edc7651
| Author | SHA1 | Date | |
|---|---|---|---|
| a63edc7651 | |||
| 7a9929c66d |
3 changed files with 7 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
|
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
|
||||||
netbox__version: "v4.5.5"
|
netbox__version: "v4.5.6"
|
||||||
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
||||||
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
ntfy:
|
ntfy:
|
||||||
image: docker.io/binwiederhier/ntfy:v2.20.1
|
image: docker.io/binwiederhier/ntfy:v2.21.0
|
||||||
container_name: ntfy
|
container_name: ntfy
|
||||||
command:
|
command:
|
||||||
- serve
|
- serve
|
||||||
|
|
|
||||||
|
|
@ -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