Skip to content

Instantly share code, notes, and snippets.

@lukepolo
Created June 18, 2020 15:46
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 lukepolo/f018daa8288e79b9c750e0175ad9d246 to your computer and use it in GitHub Desktop.
Save lukepolo/f018daa8288e79b9c750e0175ad9d246 to your computer and use it in GitHub Desktop.
version: "3.7"
services:
expose:
ports:
- 8080:${PORT}
environment:
port: ${PORT}
auth_required: ${AUTH_REQUIRED}
build:
context: ./
dockerfile: Dockerfile
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment