2021-11-04 15:51:58 +01:00
|
|
|
services:
|
2020-03-26 08:41:17 +04:00
|
|
|
web:
|
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'
|