Files
SousChefAI/docker-compose.yml
Aditya Pulipaka 48e7614029
All checks were successful
Deploy to Server / deploy (push) Successful in 14s
gated
Co-authored-by: Copilot <copilot@github.com>
2026-04-29 06:25:42 +00:00

15 lines
297 B
YAML

services:
app:
build: .
restart: unless-stopped
ports:
- "8080:80"
environment:
- VITE_GEMINI_API_KEY=${VITE_GEMINI_API_KEY}
- APP_USERNAME=${APP_USERNAME}
- APP_PASSWORD=${APP_PASSWORD}
deploy:
resources:
limits:
memory: 128M