Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user