Add in some ui work for listing available characters.

This commit is contained in:
iamBadgers
2025-07-05 00:10:59 -07:00
parent 0707250864
commit 8745fc3c7e
11 changed files with 1745 additions and 40 deletions

View File

@@ -26,6 +26,8 @@ services:
path: ./frontend/Dockerfile
labels:
traefik.http.routers.client.rule: "Host(`localhost`)"
ports:
- 8080:3000
vault:
build:
@@ -75,4 +77,6 @@ services:
ME_CONFIG_MONGODB_URL: mongodb://rushvault:rushvault@mongo:27017/
ME_CONFIG_BASICAUTH: false
labels:
traefik.http.routers.mexp.rule: "Host(`mexp.localhost`)"
traefik.http.routers.mexp.rule: "Host(`mexp.localhost`)"
ports:
- 8082:8081