fix: implementing bloossom server config ENV variable
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 13s
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 13s
This commit is contained in:
parent
078393bc69
commit
31771f5a2e
@ -4,9 +4,9 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="deaf6285-9bb5-4b4c-89a9-b0adf21548ad" name="Changes" comment="fix: config symlink">
|
||||
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||||
<list default="true" id="deaf6285-9bb5-4b4c-89a9-b0adf21548ad" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/start.sh" beforeDir="false" afterPath="$PROJECT_DIR$/start.sh" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
@ -44,7 +44,7 @@
|
||||
"Docker.Dockerfile prod-deps.executor": "Run",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"git-widget-placeholder": "master",
|
||||
"last_opened_file_path": "/home/mihajlo/external-projects/nostrdev/stuff/blossom-cloudron",
|
||||
"last_opened_file_path": "/home/mihajlo/external-projects/nostrdev/cheems/design",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
@ -107,6 +107,8 @@
|
||||
<workItem from="1730732957705" duration="8239000" />
|
||||
<workItem from="1730757410332" duration="15231000" />
|
||||
<workItem from="1730820334454" duration="124000" />
|
||||
<workItem from="1730884753681" duration="7433000" />
|
||||
<workItem from="1730901852078" duration="544000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="init">
|
||||
<option name="closed" value="true" />
|
||||
@ -196,7 +198,15 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1730823252701</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="12" />
|
||||
<task id="LOCAL-00012" summary="fix: temporary fix reverse symlink">
|
||||
<option name="closed" value="true" />
|
||||
<created>1730825314560</created>
|
||||
<option name="number" value="00012" />
|
||||
<option name="presentableId" value="LOCAL-00012" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1730825314560</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="13" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
@ -226,6 +236,7 @@
|
||||
<MESSAGE value="fix: start.sh permissions" />
|
||||
<MESSAGE value="fix: docker config symlink" />
|
||||
<MESSAGE value="fix: config symlink" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="fix: config symlink" />
|
||||
<MESSAGE value="fix: temporary fix reverse symlink" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="fix: temporary fix reverse symlink" />
|
||||
</component>
|
||||
</project>
|
@ -27,7 +27,7 @@ RUN cd admin && pnpm build
|
||||
FROM base AS main
|
||||
|
||||
COPY start.sh start.sh
|
||||
COPY config.example.yml config.yml
|
||||
COPY config.example.yml /app/data/config.yml
|
||||
COPY CloudronManifest.json .
|
||||
|
||||
RUN chmod +x start.sh
|
||||
@ -46,5 +46,6 @@ VOLUME [ "/app/data" ]
|
||||
EXPOSE 3000
|
||||
|
||||
ENV DEBUG="blossom-server,blossom-server:*"
|
||||
ENV BLOSSOM_CONFIG: "/app/data/config.yml"
|
||||
|
||||
CMD [ "/app/start.sh" ]
|
||||
|
Loading…
Reference in New Issue
Block a user