diff options
Diffstat (limited to 'compose.yml')
| -rw-r--r-- | compose.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/compose.yml b/compose.yml index 8988ec0..51ad771 100644 --- a/compose.yml +++ b/compose.yml @@ -41,24 +41,6 @@ services: ports: - "${HTTP_PORT}:80" - etherpad: - image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-etherpad - container_name: joeac.net-etherpad - build: - context: . - dockerfile: etherpad.Dockerfile - args: - ALPINE_VERSION: ${ALPINE_VERSION} - ETHERPAD_VERSION: ${ETHERPAD_VERSION} - volumes: - - ${ETHERPAD_DATA_DIR}:/var/app/var - environment: - NODE_ENV: ${ETHERPAD_NODE_ENV} - ADMIN_PASSWORD: ${ETHERPAD_ADMIN_PASSWORD} - restart: unless-stopped - ports: - - "${ETHERPAD_PORT}:9001" - smtp: image: git.joeac.net/joeac/${IMAGE_PREFIX}joeac.net-smtp container_name: joeac.net-smtp |
