All checks were successful
Deploy to Server / deploy (push) Successful in 14s
Co-authored-by: Copilot <copilot@github.com>
15 lines
297 B
YAML
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
|