Created
April 5, 2017 15:42
-
-
Save DerEnderKeks/15e896d6a4cb46c81f55801b2f2e649c to your computer and use it in GitHub Desktop.
Yanius 2.x docker-compose.yml
This file contains 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
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