Set app root path during deploy

This commit is contained in:
2026-05-20 11:38:23 +02:00
parent 0b2b0f8da2
commit 9311bf30d8
+3
View File
@@ -42,6 +42,9 @@ cat >> "$COMPOSE_FILE" <<EOF
image: $APP_ID:latest image: $APP_ID:latest
container_name: $APP_ID container_name: $APP_ID
restart: unless-stopped restart: unless-stopped
environment:
- APP_NAME=$APP_ID
- ROOT_PATH=/apps/$APP_ID
networks: networks:
- appfactory - appfactory