fix: frontend routeren
This commit is contained in:
parent
ff66dd64f0
commit
1be2e23b7f
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
- 'traefik.http.routers.web.rule=PathPrefix(`/`)'
|
- 'traefik.http.routers.web.rule=PathPrefix(`/`)'
|
||||||
- 'traefik.http.services.web.loadbalancer.server.port=80'
|
- 'traefik.http.services.web.loadbalancer.server.port=8080'
|
||||||
|
|
||||||
api:
|
api:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -10,8 +10,8 @@ http {
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
types {
|
types {
|
||||||
application/javascript js mjs;
|
application/javascript mjs;
|
||||||
text/css css;
|
text/css;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue