Update docker-compose.yml (#888)

This commit is contained in:
William Guinaudie
2025-08-12 22:46:51 +02:00
committed by GitHub
parent a7222c68e2
commit e41ecb49d0

View File

@@ -1,7 +1,7 @@
name: booklore
services:
booklore:
image: ghcr.io/adityachandelgit/booklore-app:${BOOKLORE_IMAGE_TAG}
image: booklore/booklore:${BOOKLORE_IMAGE_TAG}
container_name: booklore_server
env_file:
- .env
@@ -30,4 +30,4 @@ services:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost"]
interval: 10s
timeout: 5s
retries: 5
retries: 5