update 26.7.24

This commit is contained in:
kun
2026-07-25 01:45:33 +08:00
parent f945d22781
commit 4476294222
4 changed files with 24 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
arcane:
image: ghcr.io/getarcaneapp/manager:latest
container_name: arcane
ports:
- '3552:3552'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# 本地卷宗挂载
- /mnt/sata2-4/docker_data/arcane-data:/app/data
- /mnt/sata2-4/dockhand/dockhand_data/stacks:/app/data/projects
environment:
- APP_URL=http://localhost:3552
- PUID=1000
- PGID=1000
- ENCRYPTION_KEY=58e50bc650bce3ac7a08c3170070785d79f16c8b14ef3bf733d6fa6077dc90d8
- JWT_SECRET=e7df978dd61e86c31584a649e319d88b513c72482047abb75c962dacfc25bc29
restart: unless-stopped
volumes:
arcane-data:
+1
View File
@@ -5,6 +5,7 @@ services:
restart: unless-stopped restart: unless-stopped
network_mode: host network_mode: host
volumes: volumes:
# 本地卷宗挂载
- /mnt/sata2-4/docker_data/frpc/frpc.toml:/etc/frp/frpc.toml:ro - /mnt/sata2-4/docker_data/frpc/frpc.toml:/etc/frp/frpc.toml:ro
command: command: