forked from DevOps/deploy.stack
chore: 更新多个服务的镜像版本和配置格式
更新了memos、gitea、portainer-agent和portainer-ce的镜像版本,确保使用最新的稳定版本。同时,调整了docker配置文件的格式,使其更一致和易读。
This commit is contained in:
@@ -17,11 +17,11 @@
|
|||||||
"https://docker.aityp.com/",
|
"https://docker.aityp.com/",
|
||||||
"https://docker.catiz.eu.org/"
|
"https://docker.catiz.eu.org/"
|
||||||
],
|
],
|
||||||
"data-root":"/data/docker",
|
"data-root": "/data/docker",
|
||||||
"log-driver":"json-file",
|
"log-driver": "json-file",
|
||||||
"log-opts": {
|
"log-opts": {
|
||||||
"max-size":"30m",
|
"max-size": "30m",
|
||||||
"max-file":"5"
|
"max-file": "5"
|
||||||
},
|
},
|
||||||
"insecure-registries": [
|
"insecure-registries": [
|
||||||
"hub.tp229.com:3500"
|
"hub.tp229.com:3500"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
IMAGE_TAG=gitea/gitea:1.23.1-rootless
|
IMAGE_TAG=gitea/gitea:1.23.7-rootless
|
||||||
Volumes_PATH=/data/volumes/gitea
|
Volumes_PATH=/data/volumes/gitea
|
||||||
LAY_SSH_HOST_PORT=22
|
LAY_SSH_HOST_PORT=22
|
||||||
SSH_HOST_PORT=2222
|
SSH_HOST_PORT=2222
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
IMAGE_TAG=neosmemo/memos:0.24.0
|
IMAGE_TAG=neosmemo/memos:0.24.2
|
||||||
Volumes_Path=/data/volumes/memos
|
Volumes_Path=/data/volumes/memos
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# RUN:: docker stack deploy -c <(docker compose --env-file ./env.cfg -f ./portainer-agent-stack.yml config) base
|
# RUN:: docker stack deploy -c <(docker compose --env-file ./env.cfg -f ./portainer-agent-stack.yml config) base
|
||||||
|
# RUN:: docker stack deploy -c portainer-agent-stack.yml base
|
||||||
services:
|
services:
|
||||||
agent:
|
agent:
|
||||||
image: portainer/agent:2.27.1
|
image: portainer/agent:2.27.4
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /data/docker/volumes:/var/lib/docker/volumes
|
- /data/docker/volumes:/var/lib/docker/volumes
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
constraints: [node.platform.os == linux]
|
constraints: [node.platform.os == linux]
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ce:2.27.1
|
image: portainer/portainer-ce:2.27.4
|
||||||
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
||||||
ports:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
|
|||||||
Reference in New Issue
Block a user