合并远端前端修复

This commit is contained in:
yml
2026-05-21 18:09:39 +08:00
10 changed files with 23 additions and 29 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}
@@ -88,7 +88,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: >-
@@ -105,7 +105,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: