[gemini] feat: add proxy server to fix CORS issue (#512) (#513)
Some checks failed
Deploy Nexus / deploy (push) Failing after 6s
Some checks failed
Deploy Nexus / deploy (push) Failing after 6s
This commit was merged in pull request #513.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user