@@ -1,4 +1,4 @@
|
|||||||
export REPO_NAME="nuxtci"
|
export REPO_NAME="APP-NAME"
|
||||||
export DOMAIN="nuxtci.$MAIN_DOMAIN"
|
export DOMAIN="APP-NAME.$MAIN_DOMAIN"
|
||||||
export PORT="7903"
|
export PORT="7903"
|
||||||
export PORT_EXPOSED="3000"
|
export PORT_EXPOSED="3000"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
nuxtci:
|
APP-NAME:
|
||||||
image: local/APP-NAME
|
image: local/APP-NAME
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Reference in New Issue
Block a user