Set app-name in min caps
All checks were successful
Deploy App / deploy (push) Successful in 1m23s

This commit is contained in:
valere
2025-09-20 11:05:33 +02:00
parent 0449c95ac1
commit 749f9cef55
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export REPO_NAME="APP-NAME"
export DOMAIN="APP-NAME.$MAIN_DOMAIN"
export REPO_NAME="app-name"
export DOMAIN="app-name.$MAIN_DOMAIN"
export PORT="7903"
export PORT_EXPOSED="3000"

View File

@@ -1,10 +1,10 @@
services:
APP-NAME:
image: local/APP-NAME
app-name:
image: local/app-name
build:
context: .
dockerfile: Dockerfile
container_name: APP-NAME
container_name: app-name
restart: unless-stopped
working_dir: /app
ports: