wiki 初始配置

This commit is contained in:
2026-05-03 18:57:48 +00:00
commit 16dc701077
2 changed files with 21 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
wiki:
image: ghcr.io/requarks/wiki:2
container_name: wiki
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
environment:
DB_TYPE: postgres
DB_HOST: postgres
DB_PORT: 5432
DB_USER: wikijs
DB_PASS: Tcd@852911
DB_NAME: wikijs
networks:
- shared_network
networks:
shared_network:
external: true