Skip to content

Instantly share code, notes, and snippets.

@prologic
Created July 31, 2016 19:03
Show Gist options
  • Save prologic/baab1755e8723a26e5599d0874b87a07 to your computer and use it in GitHub Desktop.
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
gopher:
image: prologic/cgod
ports:
- "70:70"
volume_driver: local
volumes:
- gopherdata:/var/gopher
environment:
- CGOD_HOST=gopher.mills.io
restart: always
@prologic
Copy link
Author

Modify to suit and run:

docker-compuse up -d

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