Created
July 31, 2016 19:03
-
-
Save prologic/baab1755e8723a26e5599d0874b87a07 to your computer and use it in GitHub Desktop.
Docker Compose spec for cgod -- a Gopher Daemon written in circuits and Python
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
gopher: | |
image: prologic/cgod | |
ports: | |
- "70:70" | |
volume_driver: local | |
volumes: | |
- gopherdata:/var/gopher | |
environment: | |
- CGOD_HOST=gopher.mills.io | |
restart: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modify to suit and run: