[gemini] feat: add proxy server to fix CORS issue (#512) (#513)
Some checks failed
Deploy Nexus / deploy (push) Failing after 6s

This commit was merged in pull request #513.
This commit is contained in:
2026-03-25 15:36:47 +00:00
parent 83b53d0659
commit 5bd43302d9
7 changed files with 951 additions and 20 deletions

View File

@@ -1,20 +1,10 @@
version: "3.9"
services:
nexus-main:
nexus:
build: .
container_name: nexus-main
container_name: nexus
restart: unless-stopped
ports:
- "4200:80"
labels:
- "deployment=main"
nexus-staging:
build: .
container_name: nexus-staging
restart: unless-stopped
ports:
- "4201:80"
labels:
- "deployment=staging"
- "3001:3001"