Created
May 5, 2020 16:01
-
-
Save joshghent/39fa894630b55bd32aabf2bd09544ba3 to your computer and use it in GitHub Desktop.
Dokku Help
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.7' | |
services: | |
dokku: | |
image: dokku/dokku:latest | |
hostname: dokku.ghent.cloud | |
environment: | |
- DOKKU_HOSTNAME=dokku.domain.cloud | |
- VIRTUAL_PORT=32087 | |
- VIRTUAL_HOST=dokku.domain.cloud | |
- LETSENCRYPT_HOST=dokku.domain.cloud | |
- [email protected] | |
volumes: | |
- $PWD/data:/mnt/dokku | |
- /var/run/docker.sock:/var/run/docker.sock | |
ports: | |
- "32087:80" | |
expose: | |
- "32087" | |
networks: | |
- https-proxy | |
networks: | |
https-proxy: | |
external: | |
name: https-proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attaching to dokku_dokku_1 | |
dokku_1 | *** Running /etc/my_init.d/10_dokku_init... | |
dokku_1 | -----> Set dokku.ghent.cloud | |
dokku_1 | *** Running /etc/my_init.d/15_regen_ssh_host_keys... | |
dokku_1 | *** Booting runit daemon... | |
dokku_1 | *** Runit started as PID 51 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Totally random question, did you ever get this working?