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
master
awesome-compose/flask/compose.yaml

11 lines
224 B
YAML
Raw Permalink Normal View History

Remove version from compose files to conform to the specification (#167) https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-11-04 15:51:58 +01:00
services:
add flask sample Signed-off-by: kouul <maulloohans@gmail.com>
2020-03-26 08:41:17 +04:00
web:
flask: dev envs support & misc improvements (#263) * Docker Desktop Development Environments config * Use cache volumes for pip * Upgrade from Python 3.7 -> Python 3.10 * Use port `8000` to avoid conflicts with Airplay on macOS for default Flask port `5000` * Use `SIGINT` to gracefully stop Flask Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-07-08 09:22:59 -04:00
build:
context: app
target: builder
# flask requires SIGINT to stop gracefully
# (default stop signal from Compose is SIGTERM)
stop_signal: SIGINT
ports:
- '8000:8000'
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 105ms 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