gated
All checks were successful
Deploy to Server / deploy (push) Successful in 14s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 06:25:42 +00:00
parent 36139d08fc
commit 48e7614029
5 changed files with 151 additions and 25 deletions

View File

@@ -3,7 +3,11 @@ services:
build: .
restart: unless-stopped
ports:
- "8080:80" # Maps port 8080 on the host to port 80 in the container
- "8080:80"
environment:
- VITE_GEMINI_API_KEY=${VITE_GEMINI_API_KEY}
- APP_USERNAME=${APP_USERNAME}
- APP_PASSWORD=${APP_PASSWORD}
deploy:
resources:
limits: