Created
March 22, 2015 15:04
-
-
Save prologic/72ca4076a63d5dd1687d to your computer and use it in GitHub Desktop.
A mini Docker based PaaS
This file contains 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
autodock: | |
image: prologic/autodock | |
ports: | |
- "1338:1338/udp" | |
- "1338:1338/tcp" | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock | |
autodocklogger: | |
image: prologic/autodock-logger | |
links: | |
- autodock | |
autodockhipache: | |
image: prologic/autodock-hipache | |
links: | |
- autodock | |
- hipache:redis | |
hipache: | |
image: hipache | |
ports: | |
- 80:80 | |
- 443:443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The software that powers all this: