Created
January 21, 2021 03:41
-
-
Save qweliant/276ea0a9163de5a9dad893357b62ae84 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.4" | |
services: | |
go: | |
build: | |
context: . | |
dockerfile: ./go/Dockerfile | |
ports: ["8000:8000"] | |
env_file: | |
- .env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment