Skip to content

Instantly share code, notes, and snippets.

@ImreSamu
Forked from prologic/docker-compose.yml
Last active August 29, 2015 14:17
Show Gist options
  • Save ImreSamu/6c7ee09deef5e33af6a9 to your computer and use it in GitHub Desktop.
Save ImreSamu/6c7ee09deef5e33af6a9 to your computer and use it in GitHub Desktop.
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