Skip to content

Instantly share code, notes, and snippets.

@giftig
Created June 22, 2019 09:06
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 giftig/738f07ccaf97e4ff869d3d5908f03cbf to your computer and use it in GitHub Desktop.
Save giftig/738f07ccaf97e4ff869d3d5908f03cbf to your computer and use it in GitHub Desktop.
version: '2'
services:
go:
image: giftig/go:latest
volumes:
- ${DATA_DIR}:/usr/src/db
go_static:
image: giftig/go-static:latest
ports:
- "80:80"
depends_on:
- go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment