heroku create oyjx-portainer
# Creating ⬢ oyjx-portainer... done
# https://oyjx-portainer.herokuapp.com/ | https://git.heroku.com/oyjx-portainer.git
#打tag docker tag <image> registry.heroku.com/<app>/<process-type>
docker tag portainer/portainer registry.heroku.com/oyjx-portainer/portainer
#推送 docker push registry.heroku.com/<app>/<process-type>
docker push registry.heroku.com/oyjx-portainer/portainer
heroku open -a oyjx-portainer
heroku config
#=== polar-inlet-4930 Config Vars
#DATABASE_URL: postgres://username:password@host:5432/dbname