Updated compose
This commit is contained in:
parent
6ca63c2a99
commit
b9c9d0d145
@ -14,4 +14,15 @@ services:
|
||||
- PASSENGER_APP_ENV=production
|
||||
env_file: /etc/default/parsley
|
||||
volumes:
|
||||
- /var/log/parsley/:/home/app/parsley/log
|
||||
- /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
|
||||
|
Loading…
Reference in New Issue
Block a user