Last active
December 10, 2021 10:47
-
-
Save ttamg/89579efcfa8db8a84a3eeaffc4faef3d to your computer and use it in GitHub Desktop.
Simple FastApi docker-compose - no proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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