Logo
Explore Help
Register Sign In
rms/awesome-compose
1
0
Fork 0
You've already forked awesome-compose
mirror of https://github.com/docker/awesome-compose.git synced 2026-05-17 00:45:57 +03:00
Code Issues Packages Projects Releases Wiki Activity
Files
667bd9facba316a64c0697dc55fa097f973c07b0
awesome-compose/fastapi/compose.yaml

11 lines
154 B
YAML
Raw Normal View History

Add fastapi to the list of compose projects * Fastapi base Dockerfile * requirements.txt for fastapi project * Add documentation on how to run the application * Add entrypoint for fastapi application * Add docker-compose.yml for fastapi Signed-off-by: vjanz <valon.januzaj98@gmail.com>
2021-10-10 23:38:34 +02:00
services:
api:
build: .
container_name: fastapi-application
environment:
PORT: 8000
ports:
- '8000:8000'
restart: "no"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 89ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API