zammad-docker-compose/.env
Jan Kiesewetter f4d7f5771a Define database name
Set the database name to the default of the Zammad image to avoid an unused database with the name of the POSTGRES_USER var.

See default database name:
163377fc65/contrib/docker/docker-entrypoint.sh (L20)

See PostgreSQL image documentation:
https://hub.docker.com/_/postgres

POSTGRES_DB
This optional environment variable can be used to define a different name for the default database
that is created when the image is first started. If it is not specified, then the value of POSTGRES_USER will be used.
2023-05-16 15:02:50 +02:00

10 lines
249 B
Bash

IMAGE_REPO=zammad/zammad-docker-compose
MEMCACHE_SERVERS=zammad-memcached:11211
POSTGRES_VERSION=15.1-alpine
POSTGRES_PASS=zammad
POSTGRES_USER=zammad
POSTGRES_DB=zammad_production
REDIS_URL=redis://zammad-redis:6379
RESTART=always
VERSION=5.4.1-29