Skip to content

Instantly share code, notes, and snippets.

@Trozz
Created March 24, 2016 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Trozz/32498c9b1f78c424e46e to your computer and use it in GitHub Desktop.
Save Trozz/32498c9b1f78c424e46e to your computer and use it in GitHub Desktop.
Railgun Docker Compsoe
version: '2'
services:
railgun:
image: trozz/railgun
depends_on:
- memcache
links:
- memcache:memcache
ports:
- "2408:2408"
environment:
- TOKEN=XXX
- HOST=1.2.3.4
- LOG_LEVEL=5
- MEMCACHED_SERVER=memcache
- MEMCACHED_PORT=11211
memcache:
image: memcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment