File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY .npmrc ./
11
11
RUN pnpm install --frozen-lockfile
12
12
13
13
COPY . .
14
- RUN API=https://api. hr.cssninja.io/ pnpm build
14
+ RUN API=https://api- hr.cssninja.io/ pnpm build
15
15
16
16
17
17
FROM bitnami/nginx:1.22 AS prod
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ services:
29
29
traefik.enable : true
30
30
traefik.docker.network : ' cssninja-services'
31
31
traefik.http.routers.hr-api.entrypoints : ' http'
32
- traefik.http.routers.hr-api.rule : ' Host(`api. hr.${HOST:-127.0.0.1.nip.io}`)'
32
+ traefik.http.routers.hr-api.rule : ' Host(`api- hr.${HOST:-127.0.0.1.nip.io}`)'
33
33
traefik.http.routers.hr-api.middlewares : ' https-redirect@docker'
34
34
traefik.http.routers.hr-api.service : ' hr-api-https'
35
35
traefik.http.services.hr-api-https.loadbalancer.server.port : 8090
36
- traefik.http.routers.hr-api-https.rule : ' Host(`api. hr.${HOST:-127.0.0.1.nip.io}`)'
36
+ traefik.http.routers.hr-api-https.rule : ' Host(`api- hr.${HOST:-127.0.0.1.nip.io}`)'
37
37
traefik.http.routers.hr-api-https.tls : true
38
38
traefik.http.routers.hr-api-https.entrypoints : ' https'
39
39
traefik.http.routers.hr-api-https.tls.certresolver : ' http'
You can’t perform that action at this time.
0 commit comments