Skip to content

Instantly share code, notes, and snippets.

@karakanb
Created April 27, 2021 21:56
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 karakanb/293e917c0f0efc94e1214614ef2c1678 to your computer and use it in GitHub Desktop.
Save karakanb/293e917c0f0efc94e1214614ef2c1678 to your computer and use it in GitHub Desktop.
version: "3.9"
services:
web:
build: .
ports:
- "5000:5000"
redis:
image: "redis:alpine"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment