Skip to content

Instantly share code, notes, and snippets.

@qweliant
Created January 21, 2021 19:15
Show Gist options
  • Save qweliant/c35bb3447a4a6f090849d28568b75039 to your computer and use it in GitHub Desktop.
Save qweliant/c35bb3447a4a6f090849d28568b75039 to your computer and use it in GitHub Desktop.
version: "3.8"
services:
go:
env_file:
- .env
build:
context: .
dockerfile: ./go/Dockerfile
ports: ["8000:8000"]
restart: on-failure
client:
stdin_open: true
env_file:
- .env
build:
context: .
dockerfile: ./plaid/Dockerfile
ports:
- 80:80
restart: on-failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment