parent
01fe85d74c
commit
d588f2ff65
1
.env
1
.env
@ -1,5 +1,6 @@
|
||||
IMAGE_REPO=zammad/zammad-docker-compose
|
||||
MEMCACHE_SERVERS=zammad-memcached:11211
|
||||
POSTGRES_VERSION=15.1-alpine
|
||||
POSTGRES_PASS=zammad
|
||||
POSTGRES_USER=zammad
|
||||
REDIS_URL=redis://zammad-redis:6379
|
||||
|
@ -14,7 +14,7 @@ services:
|
||||
- HOLD_DAYS=10
|
||||
- POSTGRESQL_USER=${POSTGRES_USER}
|
||||
- POSTGRESQL_PASSWORD=${POSTGRES_PASS}
|
||||
image: postgres:15.0-alpine
|
||||
image: postgres:${POSTGRES_VERSION}
|
||||
restart: ${RESTART}
|
||||
volumes:
|
||||
- zammad-backup:/var/tmp/zammad
|
||||
@ -61,7 +61,7 @@ services:
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASS}
|
||||
image: postgres:15.1-alpine
|
||||
image: postgres:${POSTGRES_VERSION}
|
||||
restart: ${RESTART}
|
||||
volumes:
|
||||
- postgresql-data:/var/lib/postgresql/data
|
||||
|
Loading…
Reference in New Issue
Block a user