Skip to content

Instantly share code, notes, and snippets.

@ttamg
Last active December 10, 2021 10:47
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 ttamg/89579efcfa8db8a84a3eeaffc4faef3d to your computer and use it in GitHub Desktop.
Save ttamg/89579efcfa8db8a84a3eeaffc4faef3d to your computer and use it in GitHub Desktop.
Simple FastApi docker-compose - no proxy
version: "3.4"
services:
backend:
build: .
ports:
- 80:80
env_file: .env
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment