mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
2.1.10 rc
This commit is contained in:
parent
c3e5f3fe8c
commit
aee77bcc9c
5 changed files with 15 additions and 12 deletions
|
@ -1,3 +1,10 @@
|
|||
### enhancement:
|
||||
- help wanted at Websoft9 console #507
|
||||
- Configure Docker image acceleration #502
|
||||
- websoft9-proxy container delete, cannot work #510
|
||||
- websoft9 service can not send credentials to Nginx or portainer reset #505
|
||||
|
||||
### appstore:
|
||||
- [nextcloud edit office document failed when use domain](https://github.com/Websoft9/docker-library/issues/646)
|
||||
- [can not pull image for [knowage]](https://github.com/Websoft9/docker-library/issues/644)
|
||||
- [cannot connect db for gitea](https://github.com/Websoft9/docker-library/issues/642)
|
||||
- [complete docker-compose.yml for [Kaspersky]](https://github.com/Websoft9/docker-library/issues/640)
|
||||
- [complete docker-compose.yml for [Trivy]](https://github.com/Websoft9/docker-library/issues/639)
|
|
@ -1,4 +1,4 @@
|
|||
APPHUB_VERSION=0.1.1
|
||||
DEPLOYMENT_VERSION=2.20.1
|
||||
DEPLOYMENT_VERSION=2.20.3
|
||||
GIT_VERSION=1.21.9
|
||||
PROXY_VERSION=2.11.1
|
||||
PROXY_VERSION=2.11.3
|
|
@ -1,6 +1,6 @@
|
|||
# This file can running at actions
|
||||
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
|
||||
# modify time: 202407241614, you can modify here to trigger Docker Build action
|
||||
# modify time: 202407251440, you can modify here to trigger Docker Build action
|
||||
|
||||
|
||||
FROM python:3.10-slim-bullseye
|
||||
|
|
|
@ -37,11 +37,7 @@ services:
|
|||
- /data/compose:/data/compose
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
#- /run/podman/podman.sock:/var/run/docker.sock
|
||||
healthcheck:
|
||||
test: ["CMD", "/endpoint"]
|
||||
interval: 10s
|
||||
timeout: 30s
|
||||
retries: 4
|
||||
command: ["--hide-label", "owner=websoft9"]
|
||||
labels:
|
||||
- "owner=websoft9"
|
||||
- "com.docker.compose.w9_http.port=9000"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"version": "2.1.9",
|
||||
"version": "2.1.10-rc1",
|
||||
"plugins": {
|
||||
"portainer": "0.1.1",
|
||||
"nginx": "0.0.8",
|
||||
"gitea": "0.0.6",
|
||||
"myapps": "0.2.2",
|
||||
"appstore": "0.2.0",
|
||||
"settings": "0.1.1",
|
||||
"settings": "0.1.2",
|
||||
"navigator": "0.5.10"
|
||||
},
|
||||
"OS": {
|
||||
|
|
Loading…
Reference in a new issue