video understanding
Some checks failed
Build and Deploy / build (push) Failing after 2m17s
Build and Deploy / docker-build (push) Has been skipped
Deploy to Server / deploy (push) Successful in 43s

This commit is contained in:
2026-04-29 11:50:44 -05:00
parent 5bf0622c38
commit 193a825899
14 changed files with 1435 additions and 15 deletions

View File

@@ -3,11 +3,11 @@ services:
build: .
restart: unless-stopped
ports:
- "8080:80"
environment:
- VITE_GEMINI_API_KEY=${VITE_GEMINI_API_KEY}
- APP_USERNAME=${APP_USERNAME}
- APP_PASSWORD=${APP_PASSWORD}
- "8080:3000"
env_file:
- .env
volumes:
- ./recipes:/app/recipes
deploy:
resources:
limits: