build pull policy and restart

This commit is contained in:
2024-06-05 23:48:09 +02:00
parent 9ca094ab10
commit c5bdf5c3ac

View File

@@ -1,5 +1,7 @@
services:
web:
pull_policy: build
restart: unless-stopped
build:
context: app
# flask requires SIGINT to stop gracefully