2021-11-04 14:51:58 +00:00
|
|
|
services:
|
2020-03-26 04:41:17 +00:00
|
|
|
web:
|
2022-07-08 13:22:59 +00: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'
|