diff --git a/iStore/arcane/docker-compose.yaml b/iStore/arcane/docker-compose.yaml new file mode 100644 index 0000000..4ee9e35 --- /dev/null +++ b/iStore/arcane/docker-compose.yaml @@ -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: \ No newline at end of file diff --git a/iStore/bark/docker-compose.yaml b/iStore/bark/docker-compose.yaml index 76cb38f..83bf908 100644 --- a/iStore/bark/docker-compose.yaml +++ b/iStore/bark/docker-compose.yaml @@ -4,7 +4,7 @@ services: container_name: bark-server restart: always volumes: - # 本地卷宗挂载 + # 本地卷宗挂载 - /mnt/sata2-4/docker_data/bark:/data ports: - "1300:8080" \ No newline at end of file diff --git a/iStore/frpc/docker-compose.yaml b/iStore/frpc/docker-compose.yaml index 23a7670..4fdbb70 100644 --- a/iStore/frpc/docker-compose.yaml +++ b/iStore/frpc/docker-compose.yaml @@ -5,6 +5,7 @@ services: restart: unless-stopped network_mode: host volumes: + # 本地卷宗挂载 - /mnt/sata2-4/docker_data/frpc/frpc.toml:/etc/frp/frpc.toml:ro command: diff --git a/iStore/homeassistant/docker-compose.yaml b/iStore/homeassistant/docker-compose.yaml index 87bafb4..5c345f9 100644 --- a/iStore/homeassistant/docker-compose.yaml +++ b/iStore/homeassistant/docker-compose.yaml @@ -8,7 +8,7 @@ services: environment: TZ: Asia/Shanghai volumes: - # 本地卷宗挂载 + # 本地卷宗挂载 - /mnt/sata2-4/docker_data/homeassistant:/config - /etc/localtime:/etc/localtime:ro