|
|
@ -4,12 +4,13 @@ services: |
|
|
listener: |
|
|
listener: |
|
|
build: ./wordpress_webhook |
|
|
build: ./wordpress_webhook |
|
|
container_name: wordpress_webhook_listener |
|
|
container_name: wordpress_webhook_listener |
|
|
environment: |
|
|
|
|
|
- VIRTUAL_HOST=<your.domain.com> |
|
|
|
|
|
- LETSENCRYPT_HOST=<your.domain.com> |
|
|
|
|
|
- LETSENCRYPT_EMAIL=<your@email.address> |
|
|
|
|
|
expose: |
|
|
|
|
|
- 54321 |
|
|
|
|
|
|
|
|
# moved to linuxserver letsencrypt docker container, no need for these |
|
|
|
|
|
# environment: |
|
|
|
|
|
# - VIRTUAL_HOST=<your.domain.com> |
|
|
|
|
|
# - LETSENCRYPT_HOST=<your.domain.com> |
|
|
|
|
|
# - LETSENCRYPT_EMAIL=<your@email.address> |
|
|
|
|
|
# expose: |
|
|
|
|
|
# - 54321 |
|
|
restart: unless-stopped |
|
|
restart: unless-stopped |
|
|
networks: |
|
|
networks: |
|
|
- letsencrypt_proxy |
|
|
- letsencrypt_proxy |
|
|
|