update systemd
This commit is contained in:
parent
89cf2d4d2e
commit
83c6e37a48
5 changed files with 5 additions and 3 deletions
|
@ -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 && \
|
||||
|
|
|
@ -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
|
|
@ -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"]
|
|
@ -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:
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue