Skip to content

Instantly share code, notes, and snippets.

@fabiom91
Created October 7, 2021 13:45
Show Gist options
  • Save fabiom91/c6a1907aeda56347d132706bcde18172 to your computer and use it in GitHub Desktop.
Save fabiom91/c6a1907aeda56347d132706bcde18172 to your computer and use it in GitHub Desktop.
docker-compose unicorn flask
version: "3"
services:
web:
build: .
ports:
- "80:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment