Add branding configuration and assets for Sepehr tenant
Production CI / validate-and-build (push) Failing after 1m2s
Production CI / validate-and-build (push) Failing after 1m2s
- Created branding.config.ts to define branding settings including app title, support contact information, and working hours. - Added brandingAssets.ts to import and export logo and login images for the Sepehr tenant. - Introduced config.ts to specify application type as POS for the Sepehr tenant.
This commit is contained in:
@@ -13,6 +13,18 @@ services:
|
||||
- "8091:8090"
|
||||
restart: unless-stopped
|
||||
|
||||
app_sepehr:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
TENANT: sepehr
|
||||
DIST_DIR: sepehr
|
||||
|
||||
ports:
|
||||
- "8092:8090"
|
||||
restart: unless-stopped
|
||||
|
||||
app_default:
|
||||
build:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user