Skip to content

Commit a8e1b86

Browse files
committed
Tweak docker compose
1 parent 2d5f187 commit a8e1b86

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Build & Push and Deploy to dev for eatery-backend
1+
name: Docker Build & Push and Deploy to dev for eatery-dev
22

33
on:
44
push:

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
- eatery-network
2525
command:
2626
['sh', '-c', 'npx prisma migrate deploy && npm run scrape:scheduled']
27+
restart: unless-stopped
2728

2829
networks:
2930
eatery-network:

0 commit comments

Comments
 (0)