Skip to content

Instantly share code, notes, and snippets.

@DerEnderKeks
Created April 5, 2017 15:42
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 DerEnderKeks/15e896d6a4cb46c81f55801b2f2e649c to your computer and use it in GitHub Desktop.
Save DerEnderKeks/15e896d6a4cb46c81f55801b2f2e649c to your computer and use it in GitHub Desktop.
Yanius 2.x docker-compose.yml
version: '3'
services:
web:
build: .
ports:
- "56792:56792"
volumes:
- ./upload:/usr/src/app/upload
- ./config:/usr/src/app/config
db:
image: "rethinkdb:latest"
volumes:
- ./database:/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment