Add in some ui work for listing available characters.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user