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:
|
||||
- 'traefik.enable=true'
|
||||
- 'traefik.http.routers.web.rule=PathPrefix(`/`)'
|
||||
- 'traefik.http.services.web.loadbalancer.server.port=80'
|
||||
- 'traefik.http.services.web.loadbalancer.server.port=8080'
|
||||
|
||||
api:
|
||||
build:
|
||||
|
|
|
@ -10,8 +10,8 @@ http {
|
|||
default_type application/octet-stream;
|
||||
|
||||
types {
|
||||
application/javascript js mjs;
|
||||
text/css css;
|
||||
application/javascript mjs;
|
||||
text/css;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue