Skip to content

Commit 3f11ce9

Browse files
authored
Add LETSENCRYPT_HOST and VIRTUAL_HOST vars to docker-compose.yml (#432)
* 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
1 parent 8505d9e commit 3f11ce9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

+9
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ x-shared:
3838
ZAMMAD_SESSION_JOBS:
3939
ZAMMAD_PROCESS_SCHEDULED:
4040
ZAMMAD_PROCESS_DELAYED_JOBS_WORKERS:
41+
# Variables used by ngingx-proxy container for reverse proxy creations
42+
# for docs refer to https://github.com/nginx-proxy/nginx-proxy
43+
VIRTUAL_HOST:
44+
VIRTUAL_PORT:
45+
# Variables used by acme-companion for retrieval of LetsEncrypt certificate
46+
# for docs refer to https://github.com/nginx-proxy/acme-companion
47+
LETSENCRYPT_HOST:
48+
LETSENCRYPT_EMAIL:
49+
4150
image: ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-29}
4251
restart: ${RESTART:-always}
4352
volumes:

0 commit comments

Comments
 (0)