Skip to content

Instantly share code, notes, and snippets.

@tboby
Created April 30, 2018 09: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 tboby/db5bac3e6cb8350741764c7e8cf0a101 to your computer and use it in GitHub Desktop.
Save tboby/db5bac3e6cb8350741764c7e8cf0a101 to your computer and use it in GitHub Desktop.
version: "3"
services:
app:
build: .
volumes:
- app_data:/data_import
depends_on:
- data
data:
build: ./data
volumes:
- app_data:/my_data
volumes:
- app_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment