fix: fix docker-compose.prod.yml
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user