update systemd

This commit is contained in:
qiaofeng1227 2023-09-23 10:41:35 +08:00
parent 89cf2d4d2e
commit 83c6e37a48
5 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@ FROM python:3.10-bullseye AS buildstage
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.0.1"
ENV LIBRARY_VERSION=v0.5.5
ENV LIBRARY_VERSION=v0.5.6
# Prepare library
RUN wget https://github.com/Websoft9/docker-library/archive/refs/tags/$LIBRARY_VERSION.zip -O ./library.zip && \

View file

@ -2,6 +2,6 @@
nodaemon=false
[program:apphub]
command=uvicorn src.main:app --reload --host 0.0.0.0 --port 8080
command=uvicorn src.main:app --reload --host 0.0.0.0 --port 8080 --log-level error
autostart=true
directory=/websoft9/apphub

View file

@ -10,4 +10,5 @@ FROM portainer/portainer-ce:2.19.0
LABEL maintainer="websoft9<help@websoft9.com>"
LABEL version="2.19.0"
COPY --from=builder /init_portainer /
ENTRYPOINT ["/init_portainer"]

View file

@ -50,7 +50,7 @@ services:
com.docker.compose.w9_http.port: 3000
proxy:
image: jc21/nginx-proxy-manager:$PROXY_VERSION
image: websoft9dev/proxy:$PROXY_VERSION
container_name: websoft9-proxy
restart: always
ports:

View file

@ -3,4 +3,5 @@ FROM gitea/gitea:1.20.4
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="1.20.4"
COPY ./src/s6/user /etc/s6/user
RUN chmod -R 755 /etc/s6/user