feat: update compose.yml for slim build and reintroduce database services

This commit is contained in:
grillazz
2026-06-12 13:55:17 +02:00
parent 42d0f20475
commit 24bbcae2a6
2 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ slim-build: ## Build smaller and more secure Docker images with docker-slim
docker-slim build --compose-file compose.yml \
--target-compose-svc api1 \
--dep-include-target-compose-svc-deps true \
--http-probe-exec api1 fastapi-sqlalchemy-asyncpg-api1:latest \
--include-path /panettone/lib/python3.14
--preserve-path panettone --include-path panettone \
--http-probe-exec api1 fastapi-sqlalchemy-asyncpg-api1:latest
# ====================================================================================
# DATABASE SEEDING