We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072a672 commit 235f6fcCopy full SHA for 235f6fc
2 files changed
.env.example
@@ -1,5 +1,6 @@
1
# Scraper
2
CORNELL_DINING_API_URL=
3
+SCRAPER_CRON_SCHEDULE=0 */2 * * *
4
WORKERS=
5
GOOGLE_SHEETS_API_KEY=
6
FREEDGE_SHEET_ID=
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.8'
services:
app:
- image: cornellappdev/eatery-blue-dev:${IMAGE_TAG}
+ image: cornellappdev/eatery-prod:${IMAGE_TAG}
command: >
7
sh -c "npx prisma db push && npm run start"
8
configs:
@@ -17,7 +17,7 @@ services:
17
- scraper
18
19
scraper:
20
21
env_file: .env
22
networks:
23
- eatery-network
0 commit comments