fix: fix docker-compose.prod.yml
This commit is contained in:
@ -21,7 +21,7 @@ services:
|
|||||||
- "8191"
|
- "8191"
|
||||||
|
|
||||||
scraper:
|
scraper:
|
||||||
image: gitea.anthonybouteiller.ovh/blomios/tradarr-scraper:v1.0.0
|
image: gitea.anthonybouteiller.ovh/blomios/tradarr-scraper:v1.1.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- byparr
|
- byparr
|
||||||
@ -31,8 +31,9 @@ services:
|
|||||||
- "3001"
|
- "3001"
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: gitea.anthonybouteiller.ovh/blomios/tradarr-backend:v1.0.0
|
image: gitea.anthonybouteiller.ovh/blomios/tradarr-backend:v1.1.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
stop_grace_period: 5m
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user