This commit is contained in:
+15
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user