Initial daily news digest web

This commit is contained in:
wuyanwanwu
2026-08-09 17:43:21 +08:00
commit 8e735ece88
17 changed files with 1230 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
web:
build: .
restart: unless-stopped
env_file:
- .env
ports:
- "3000:3000"
extra_hosts:
- "host.docker.internal:host-gateway"