Updated compose

This commit is contained in:
Dan Elbert 2018-07-10 10:31:43 -05:00
parent 6ca63c2a99
commit b9c9d0d145

View File

@ -15,3 +15,14 @@ services:
env_file: /etc/default/parsley
volumes:
- /var/log/parsley/:/home/app/parsley/log
networks:
- default
- traefik
labels:
traefik.enable: 'true'
traefik.frontend.rule: 'Host:parsley.elbert.us'
traefik.docker.network: traefik
networks:
traefik:
external: true