Fix docker compose missing image (#1432)

This commit is contained in:
Zoe Roux 2026-04-06 21:56:52 +02:00 committed by GitHub
parent b422d31b7b
commit 3b2f08c53c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,7 @@ services:
api:
build: ./api
image: ghcr.io/zoriya/kyoo_api:edge
restart: unless-stopped
depends_on:
postgres: