set novin tenant
Production CI / validate-and-build (push) Failing after 1m1s

This commit is contained in:
2026-06-16 00:03:02 +03:30
parent 1a0c40ecde
commit 151eff2f7c
20 changed files with 177 additions and 5 deletions
+15 -4
View File
@@ -13,17 +13,28 @@ services:
- "8091:8090"
restart: unless-stopped
app_sepehr:
app_novin:
build:
context: .
dockerfile: Dockerfile
args:
TENANT: sepehr
DIST_DIR: sepehr
TENANT: novin
DIST_DIR: novin
ports:
- "8092:8090"
- "8093: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: