Skip to content

Instantly share code, notes, and snippets.

@serafdev
Created May 18, 2020 04:22
Show Gist options
  • Save serafdev/e6851ae75f46bb6b050072606abadda0 to your computer and use it in GitHub Desktop.
Save serafdev/e6851ae75f46bb6b050072606abadda0 to your computer and use it in GitHub Desktop.
version: '3'
volumes:
godev:
services:
godev:
build:
context: .
ports:
- 8081:8081
volumes:
- ./:/app
- godev:/go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment