Skip to content

Commit

Permalink
Add LETSENCRYPT_HOST and VIRTUAL_HOST vars to docker-compose.yml (#432)
Browse files Browse the repository at this point in the history
* Add LETSENCRYPT_HOST and VIRTUAL_HOST vars to file

Adding the two environment variables to the stack to allow the usage with jwilder/nginx-proxy and jrcs/letsencrypt-nginx-proxy-companion with Portainer via repo-pull
  • Loading branch information
Jan-NiklasB authored Jan 18, 2025
1 parent 8505d9e commit 3f11ce9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ x-shared:
ZAMMAD_SESSION_JOBS:
ZAMMAD_PROCESS_SCHEDULED:
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS:
# Variables used by ngingx-proxy container for reverse proxy creations
# for docs refer to https://github.com/nginx-proxy/nginx-proxy
VIRTUAL_HOST:
VIRTUAL_PORT:
# Variables used by acme-companion for retrieval of LetsEncrypt certificate
# for docs refer to https://github.com/nginx-proxy/acme-companion
LETSENCRYPT_HOST:
LETSENCRYPT_EMAIL:

image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-29}
restart: ${RESTART:-always}
volumes:
Expand Down

0 comments on commit 3f11ce9

Please sign in to comment.