You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
version: '3'
|
|
|
|
|
|
services:
|
|
|
listener:
|
|
|
build: ./wordpress_webhook
|
|
|
container_name: wordpress_webhook_listener
|
|
|
# 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
|
|
|
networks:
|
|
|
- letsencrypt_proxy
|
|
|
|
|
|
networks:
|
|
|
letsencrypt_proxy:
|
|
|
external: true
|