mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
apphub
This commit is contained in:
parent
508cfbbf28
commit
3bf1b05422
@ -48,6 +48,5 @@ RUN rm -rf apphub/docs apphub/tests library.zip plugin-appstore && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc /usr/share/doc-base
|
||||
|
||||
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
@ -3,10 +3,10 @@ nodaemon=false
|
||||
|
||||
[program:apphub]
|
||||
command=uvicorn src.main:app --host 0.0.0.0 --port 8080 --log-level error
|
||||
autostart=true
|
||||
autostart=false
|
||||
directory=/websoft9/apphub
|
||||
|
||||
[program:apphubdev]
|
||||
command=/bin/bash -c '[ -z "$(ls -A /websoft9/apphub-dev)" ] && cp -r /websoft9/apphub/* /websoft9/apphub-dev && uvicorn src.main:app --reload --host 0.0.0.0 --port 8080 --log-level error'
|
||||
autostart=true
|
||||
autostart=false
|
||||
directory=/websoft9/apphub-dev
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.8.26-rc34",
|
||||
"version": "0.8.26-rc35",
|
||||
"plugins": {
|
||||
"portainer": "0.0.6",
|
||||
"nginx": "0.0.5",
|
||||
|
Loading…
Reference in New Issue
Block a user