nodebbs 0.3.0-beta.1 → 0.3.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -94,6 +94,11 @@ services:
|
|
|
94
94
|
PORT: 3100
|
|
95
95
|
SERVER_API_URL: ${SERVER_API_URL:-http://api:7100}
|
|
96
96
|
TZ: Asia/Shanghai
|
|
97
|
+
# volumes:
|
|
98
|
+
# 自定义资源挂载(如有需要,请取消注释并在同级目录下创建 web 文件夹及对应文件)
|
|
99
|
+
# - ./web/favicon.ico:/app/apps/web/public/favicon.ico
|
|
100
|
+
# - ./web/logo.svg:/app/apps/web/public/logo.svg
|
|
101
|
+
# - ./web/apple-touch-icon.png:/app/apps/web/public/apple-touch-icon.png
|
|
97
102
|
ports:
|
|
98
103
|
- "${WEB_PORT:-3100}:3100"
|
|
99
104
|
depends_on:
|
package/oclif.manifest.json
CHANGED