chore: 合并前端修复并调整 Docker 镜像源

This commit is contained in:
yml2213
2026-05-21 12:26:45 +08:00
parent 5474d77799
commit e3518c791f
27 changed files with 54 additions and 72 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:16-bookworm
image: docker.m.daocloud.io/library/postgres:16-bookworm
restart: unless-stopped
environment:
TZ: ${TZ:-Asia/Shanghai}
@@ -90,7 +90,7 @@ services:
- "${TENCENT_BROWSER_NOVNC_PORT:-6080}:6080"
frontend:
image: node:22-bookworm-slim
image: docker.m.daocloud.io/library/node:22-bookworm-slim
working_dir: /app
restart: unless-stopped
command: >-
@@ -107,7 +107,7 @@ services:
- frontend_node_modules:/app/node_modules
web:
image: caddy:2-alpine
image: docker.m.daocloud.io/library/caddy:2-alpine
restart: unless-stopped
depends_on:
backend: