backoffice nextJs replaces admin in rust

This commit is contained in:
2026-03-05 15:47:18 +01:00
parent 20f9af6cba
commit 3a96f6ba36
24 changed files with 1765 additions and 9 deletions

View File

@@ -89,14 +89,17 @@ services:
timeout: 5s
retries: 5
admin-ui:
backoffice:
build:
context: ..
dockerfile: apps/admin-ui/Dockerfile
dockerfile: apps/backoffice/Dockerfile
env_file:
- ../.env
environment:
- PORT=${BACKOFFICE_PORT:-8082}
- HOSTNAME=0.0.0.0
ports:
- "8082:8082"
- "${BACKOFFICE_PORT:-8082}:8082"
depends_on:
api:
condition: service_healthy