backoffice nextJs replaces admin in rust
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user