appmanage update

This commit is contained in:
qiaofeng1227 2023-08-03 16:25:00 +08:00
parent 71405daa8d
commit b6c4a335ed
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
FROM python:3.10-slim
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.8.9"
LABEL version="0.8.10"
# Create API Directory
WORKDIR /usr/src/app

View file

@ -1,4 +1,4 @@
APP_NAME=websoft9-appmanage
APP_VERSION=0.8.9
APP_VERSION=0.8.10
APP_HTTP_PORT=5000
APP_NETWORK=websoft9

View file

@ -8,7 +8,7 @@ services:
privileged: true
restart: unless-stopped
volumes:
- logs:/usr/src/app/logs
- appmanage:/usr/src/app/logs
entrypoint: bash -c "/cmd.sh"
ports:
- ${APP_HTTP_PORT}:5000
@ -19,4 +19,4 @@ networks:
external: true
volumes:
logs:
appmanage: