use correct port and don't use builtin https
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"title": "Romm",
|
"title": "Romm",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 3000,
|
"httpPort": 5000,
|
||||||
"addons": {
|
"addons": {
|
||||||
"localstorage": {},
|
"localstorage": {},
|
||||||
"postgresql": {},
|
"postgresql": {},
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ tar xfz $VERSION.tar.gz --strip-components=1 -C /app/code && rm $VERSION.tar.gz
|
|||||||
|
|
||||||
# Install nvm
|
# Install nvm
|
||||||
ENV NVM_DIR="/app/code/.nvm"
|
ENV NVM_DIR="/app/code/.nvm"
|
||||||
|
RUN mkdir -p $NVM_DIR
|
||||||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash \
|
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash \
|
||||||
&& . "$NVM_DIR/nvm.sh" \
|
&& . "$NVM_DIR/nvm.sh" \
|
||||||
&& nvm install 18.20.8 \
|
&& nvm install 18.20.8 \
|
||||||
|
|||||||
1
start.sh
1
start.sh
@@ -28,6 +28,7 @@ export OIDC_REDIRECT_URI="/api/oauth/openid"
|
|||||||
export OIDC_SERVER_APPLICATION_URL=${CLOUDRON_OIDC_AUTH_ENDPOINT}
|
export OIDC_SERVER_APPLICATION_URL=${CLOUDRON_OIDC_AUTH_ENDPOINT}
|
||||||
export ROMM_BASE_PATH=/app/data
|
export ROMM_BASE_PATH=/app/data
|
||||||
export UV_PYTHON_INSTALL_DIR=/app/code/uv
|
export UV_PYTHON_INSTALL_DIR=/app/code/uv
|
||||||
|
export DEV_HTTPS=false
|
||||||
|
|
||||||
echo "==> Starting supervisor"
|
echo "==> Starting supervisor"
|
||||||
exec /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf --nodaemon -i Romm
|
exec /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf --nodaemon -i Romm
|
||||||
|
|||||||
Reference in New Issue
Block a user