Compare commits
2 commits
fef6cd3e50
...
5cc4ed68cf
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cc4ed68cf | |||
| 7a9929c66d |
2 changed files with 9 additions and 9 deletions
|
|
@ -70,7 +70,7 @@ services:
|
|||
- loki_data:/var/loki
|
||||
|
||||
ntfy-alertmanager-ccchh-critical:
|
||||
image: docker.io/xenrox/ntfy-alertmanager:0.5.0
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
|
||||
container_name: ntfy-alertmanager-ccchh-critical
|
||||
volumes:
|
||||
- ./configs/ntfy-alertmanager-ccchh-critical:/etc/ntfy-alertmanager/config
|
||||
|
|
@ -79,7 +79,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
ntfy-alertmanager-fux-critical:
|
||||
image: docker.io/xenrox/ntfy-alertmanager:0.5.0
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
|
||||
container_name: ntfy-alertmanager-fux-critical
|
||||
volumes:
|
||||
- ./configs/ntfy-alertmanager-fux-critical:/etc/ntfy-alertmanager/config
|
||||
|
|
@ -88,7 +88,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
ntfy-alertmanager-ccchh:
|
||||
image: docker.io/xenrox/ntfy-alertmanager:0.5.0
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
|
||||
container_name: ntfy-alertmanager-ccchh
|
||||
volumes:
|
||||
- ./configs/ntfy-alertmanager-ccchh:/etc/ntfy-alertmanager/config
|
||||
|
|
@ -97,7 +97,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
ntfy-alertmanager-fux:
|
||||
image: docker.io/xenrox/ntfy-alertmanager:0.5.0
|
||||
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
|
||||
container_name: ntfy-alertmanager-fux
|
||||
volumes:
|
||||
- ./configs/ntfy-alertmanager-fux:/etc/ntfy-alertmanager/config
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ x-shared:
|
|||
LETSENCRYPT_HOST:
|
||||
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}
|
||||
volumes:
|
||||
- zammad-storage:/opt/zammad/storage
|
||||
|
|
@ -76,7 +76,7 @@ services:
|
|||
user: 0:0
|
||||
|
||||
zammad-elasticsearch:
|
||||
image: elasticsearch:${ELASTICSEARCH_VERSION:-8.19.4}
|
||||
image: elasticsearch:${ELASTICSEARCH_VERSION:-8.19.13}
|
||||
restart: ${RESTART:-always}
|
||||
volumes:
|
||||
- elasticsearch-data:/usr/share/elasticsearch/data
|
||||
|
|
@ -95,7 +95,7 @@ services:
|
|||
|
||||
zammad-memcached:
|
||||
command: memcached -m 256M
|
||||
image: memcached:${MEMCACHE_VERSION:-1.6.39-alpine}
|
||||
image: memcached:${MEMCACHE_VERSION:-1.6.41-alpine}
|
||||
restart: ${RESTART:-always}
|
||||
|
||||
zammad-nginx:
|
||||
|
|
@ -113,7 +113,7 @@ services:
|
|||
POSTGRES_DB: ${POSTGRES_DB:-zammad_production}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-zammad}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASS:-zammad}
|
||||
image: postgres:${POSTGRES_VERSION:-17.6-alpine}
|
||||
image: postgres:${POSTGRES_VERSION:-17.9-alpine}
|
||||
restart: ${RESTART:-always}
|
||||
volumes:
|
||||
- postgresql-data:/var/lib/postgresql/data
|
||||
|
|
@ -123,7 +123,7 @@ services:
|
|||
command: [ "zammad-railsserver" ]
|
||||
|
||||
zammad-redis:
|
||||
image: redis:${REDIS_VERSION:-7.4.5-alpine}
|
||||
image: redis:${REDIS_VERSION:-7.4.8-alpine}
|
||||
restart: ${RESTART:-always}
|
||||
volumes:
|
||||
- redis-data:/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue