fix: fix docker-compose.prod.yml

This commit is contained in:
2026-05-01 01:12:52 +02:00
parent 788f0290d5
commit 58052e46e3

View File

@ -21,7 +21,7 @@ services:
- "8191"
scraper:
image: gitea.anthonybouteiller.ovh/blomios/tradarr-scraper:v1.0.0
image: gitea.anthonybouteiller.ovh/blomios/tradarr-scraper:v1.1.0
restart: unless-stopped
depends_on:
- byparr
@ -31,8 +31,9 @@ services:
- "3001"
backend:
image: gitea.anthonybouteiller.ovh/blomios/tradarr-backend:v1.0.0
image: gitea.anthonybouteiller.ovh/blomios/tradarr-backend:v1.1.0
restart: unless-stopped
stop_grace_period: 5m
depends_on:
postgres:
condition: service_healthy