Skip to content

Instantly share code, notes, and snippets.

@prologic
Created March 22, 2015 15:04
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save prologic/72ca4076a63d5dd1687d to your computer and use it in GitHub Desktop.
Save prologic/72ca4076a63d5dd1687d to your computer and use it in GitHub Desktop.
A mini Docker based PaaS
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
@prologic
Copy link
Author

The software that powers all this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment