chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:27:50 +08:00
commit cc8f841fc5
422 changed files with 70222 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
version: '3.2'
services:
mongodb:
image: mongo
restart: always
redis:
image: redis
restart: always
fiora:
build: .
restart: always
ports:
- "9200:9200"
environment:
- Database=mongodb://mongodb/fiora
- RedisHost=redis