services: web: build: context: app target: builder # flask requires SIGINT to stop gracefully # (default stop signal from Compose is SIGTERM) stop_signal: SIGINT restart: always ports: - '8005:8000' volumes: - ./app:/app