We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf21ef commit 5d4763eCopy full SHA for 5d4763e
docker-compose.yml
@@ -1,6 +1,7 @@
1
services:
2
python_scraper:
3
build: src/
4
+ restart: always
5
platform: linux/amd64
6
command: sh -c "sleep 20s ; python -m src.core"
7
depends_on:
0 commit comments