This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export REPO_NAME="APP-NAME"
|
export REPO_NAME="app-name"
|
||||||
export DOMAIN="APP-NAME.$MAIN_DOMAIN"
|
export DOMAIN="app-name.$MAIN_DOMAIN"
|
||||||
export PORT="7903"
|
export PORT="7903"
|
||||||
export PORT_EXPOSED="3000"
|
export PORT_EXPOSED="3000"
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
APP-NAME:
|
app-name:
|
||||||
image: local/APP-NAME
|
image: local/app-name
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: APP-NAME
|
container_name: app-name
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user