fix: frontend routeren

This commit is contained in:
Tibo De Peuter 2025-03-13 19:49:18 +01:00
parent ff66dd64f0
commit 1be2e23b7f
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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 {