Skip to content

Instantly share code, notes, and snippets.

@alexesca
Created December 4, 2020 13:18
Show Gist options
  • Save alexesca/15a74ca2b78b891e046ce78e97e065a3 to your computer and use it in GitHub Desktop.
Save alexesca/15a74ca2b78b891e046ce78e97e065a3 to your computer and use it in GitHub Desktop.
version: [docker_compose_version]
services:
contractor-web-app:
image: "[username]/[dockerhub_image_name]"
ports:
- "[host_port]:[container_port]"
env_file:
- [path_to_.env_file]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment