File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ services:
78
78
- traefik.http.routers.${STACK_NAME?Variable not set}-backend-http.rule=(Host(`api.${DOMAIN?Variable not set}`) || Host(`www.api.${DOMAIN?Variable not set}`)) && (PathPrefix(`/api`) || PathPrefix(`/docs`) || PathPrefix(`/redoc`))
79
79
- traefik.http.routers.${STACK_NAME?Variable not set}-backend-http.entrypoints=http
80
80
81
- - traefik.http.routers.${STACK_NAME?Variable not set}-backend-https.rule=(Host(api.` ${DOMAIN?Variable not set}`) || Host(`www.api.${DOMAIN?Variable not set}`)) && (PathPrefix(`/api`) || PathPrefix(`/docs`) || PathPrefix(`/redoc`))
81
+ - traefik.http.routers.${STACK_NAME?Variable not set}-backend-https.rule=(Host(` api.${DOMAIN?Variable not set}`) || Host(`www.api.${DOMAIN?Variable not set}`)) && (PathPrefix(`/api`) || PathPrefix(`/docs`) || PathPrefix(`/redoc`))
82
82
- traefik.http.routers.${STACK_NAME?Variable not set}-backend-https.entrypoints=https
83
83
- traefik.http.routers.${STACK_NAME?Variable not set}-backend-https.tls=true
84
84
- traefik.http.routers.${STACK_NAME?Variable not set}-backend-https.tls.certresolver=le
@@ -101,7 +101,7 @@ services:
101
101
build :
102
102
context : ./frontend
103
103
args :
104
- - VITE_API_URL=https://admin .${DOMAIN?Variable not set}
104
+ - VITE_API_URL=https://api .${DOMAIN?Variable not set}
105
105
- NODE_ENV=production
106
106
labels :
107
107
- traefik.enable=true
You can’t perform that action at this time.
0 commit comments