mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
Updated Zammad
This commit is contained in:
+9
-11
@@ -3,16 +3,18 @@
|
||||
# https://docs.zammad.org/en/latest/install/docker-compose/environment.html
|
||||
#############################################
|
||||
|
||||
#############################################
|
||||
# docker-compose.yml - These variables only need to be set if they do not have the default value.
|
||||
#############################################
|
||||
|
||||
# RESTART=always
|
||||
|
||||
# Base path for all persistent data (defaults to ./data relative to docker-compose.yml)
|
||||
VOL_PATH=./data
|
||||
TZ=America/Vancouver
|
||||
COMPOSE_PROJECT_NAME=zammad
|
||||
|
||||
ZAMMAD_RAILS_IMAGE=ghcr.io/zammad/zammad:latest
|
||||
ZAMMAD_RESTART=always
|
||||
scheme=http
|
||||
AWS_REGION=dummy
|
||||
|
||||
# From Zammad Documentation
|
||||
# Base path for all persistent data (defaults to ./data relative to docker-compose.yml)
|
||||
|
||||
# Use a fixed Zammad version rather than the default. If you do so,
|
||||
# you are responsible to update this to newer patch level versions yourself.
|
||||
# The tag format is zammad-VERSION-BUILD (e.g., zammad-6.5.1-1). Check https://hub.docker.com/r/zammad/zammad-docker-compose/tags for latest.
|
||||
@@ -57,14 +59,12 @@ NGINX_PORT=8080
|
||||
# NGINX_EXPOSE_PORT=8080
|
||||
# NGINX_CLIENT_MAX_BODY_SIZE=50M
|
||||
# NGINX_SERVER_NAME=_ # '_' matches all; set to your FQDN/IP for restriction
|
||||
scheme=http
|
||||
NGINX_SERVER_SCHEME=$scheme # Or force 'http'/'https'
|
||||
|
||||
# Backup settings
|
||||
# BACKUP_DIR=/var/tmp/zammad
|
||||
# BACKUP_TIME=03:00
|
||||
# HOLD_DAYS=10
|
||||
TZ=America/Vancouver
|
||||
|
||||
# App tuning (scale workers as needed)
|
||||
# ZAMMAD_WEB_CONCURRENCY= # e.g., 4 for more concurrent web connections
|
||||
@@ -140,5 +140,3 @@ TZ=America/Vancouver
|
||||
# ZAMMAD_SCHEDULER_RESOURCES_LIMITS_MEMORY=500M
|
||||
# ZAMMAD_WEBSOCKET_RESOURCES_LIMITS_CPUS=1.0
|
||||
# ZAMMAD_WEBSOCKET_RESOURCES_LIMITS_MEMORY=500M
|
||||
|
||||
AWS_REGION=dummy
|
||||
Reference in New Issue
Block a user