mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
2.1.10 rc
This commit is contained in:
parent
c3e5f3fe8c
commit
aee77bcc9c
@ -1,3 +1,10 @@
|
|||||||
### enhancement:
|
### enhancement:
|
||||||
- help wanted at Websoft9 console #507
|
- websoft9-proxy container delete, cannot work #510
|
||||||
- Configure Docker image acceleration #502
|
- 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
|
APPHUB_VERSION=0.1.1
|
||||||
DEPLOYMENT_VERSION=2.20.1
|
DEPLOYMENT_VERSION=2.20.3
|
||||||
GIT_VERSION=1.21.9
|
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
|
# This file can running at actions
|
||||||
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
|
# 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
|
FROM python:3.10-slim-bullseye
|
||||||
|
@ -37,11 +37,7 @@ services:
|
|||||||
- /data/compose:/data/compose
|
- /data/compose:/data/compose
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
#- /run/podman/podman.sock:/var/run/docker.sock
|
#- /run/podman/podman.sock:/var/run/docker.sock
|
||||||
healthcheck:
|
command: ["--hide-label", "owner=websoft9"]
|
||||||
test: ["CMD", "/endpoint"]
|
|
||||||
interval: 10s
|
|
||||||
timeout: 30s
|
|
||||||
retries: 4
|
|
||||||
labels:
|
labels:
|
||||||
- "owner=websoft9"
|
- "owner=websoft9"
|
||||||
- "com.docker.compose.w9_http.port=9000"
|
- "com.docker.compose.w9_http.port=9000"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "2.1.9",
|
"version": "2.1.10-rc1",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.1.1",
|
"portainer": "0.1.1",
|
||||||
"nginx": "0.0.8",
|
"nginx": "0.0.8",
|
||||||
"gitea": "0.0.6",
|
"gitea": "0.0.6",
|
||||||
"myapps": "0.2.2",
|
"myapps": "0.2.2",
|
||||||
"appstore": "0.2.0",
|
"appstore": "0.2.0",
|
||||||
"settings": "0.1.1",
|
"settings": "0.1.2",
|
||||||
"navigator": "0.5.10"
|
"navigator": "0.5.10"
|
||||||
},
|
},
|
||||||
"OS": {
|
"OS": {
|
||||||
|
Loading…
Reference in New Issue
Block a user