Skip to content

Instantly share code, notes, and snippets.

@timjonesdev
Last active December 31, 2019 10:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timjonesdev/a592d41b31147e4d9ccbbda0800921fe to your computer and use it in GitHub Desktop.
Save timjonesdev/a592d41b31147e4d9ccbbda0800921fe to your computer and use it in GitHub Desktop.
version: '3.0'
services:
app:
container_name: my_go_app_container
build:
# context can/may/will be different per-project setup
context: ../
dockerfile: GitDockerfile
args:
- bitbucket_id=private_user
- bitbucket_token=private_token
image: my_go_app_image
# other configs...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment