I followed the instructions exactly for this demo and the resulting dockhero.io URL yields the "no such app" Heroku error page.
Steps to repro:
- heroku addons:create dockhero
- heroku plugins:install dockhero
- heroku dh:wait
- heroku dh:compose up -d
- heroku logs --tail -p dockhero
- heroku dh:open
dockhero-compose.yml:
version: "2"
services:
proxy:
image: dockhero/caddy-proxy
restart: "on-failure:10"
ports:
- "80:80"
- "80:80/udp"
- "443:443"
- "443:443/udp"
volumes:
- caddy_certificates:/srv
environment:
VIRTUAL_HOSTS: https://${DOCKHERO_HOST}
TARGET_URL: ${HEROKU_APP_URL}
volumes:
caddy_certificates:
driver: local
Everything is deployed and the app is otherwise accessible on Heroku.
I followed the instructions exactly for this demo and the resulting dockhero.io URL yields the "no such app" Heroku error page.
Steps to repro:
dockhero-compose.yml:
Everything is deployed and the app is otherwise accessible on Heroku.