wisski-cloud-distillery/distillery/resources/compose/self/docker-compose.yml
2021-01-18 13:29:09 +01:00

27 lines
567 B
YAML

version: "3.7"
services:
tr:
image: tkw01536/tr
restart: always
volumes:
- "${OVERRIDES_FILE}:/overrides.json:ro"
environment:
# port and hostname for this image to use
VIRTUAL_HOST: ${VIRTUAL_HOST}
VIRTUAL_PORT: 8080
# optional letsencrypt email
LETSENCRYPT_HOST: ${LETSENCRYPT_HOST}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
# the overrides file
OVERRIDES: /overrides.json
# where to redirect to
TARGET: ${TARGET}
networks:
default:
external:
name: distillery