This commit is contained in:
2026-05-20 13:47:17 +02:00
parent be5bff6e14
commit 555d37dfaa
20 changed files with 672 additions and 17 deletions
+24
View File
@@ -0,0 +1,24 @@
services:
wiki:
container_name: wiki
image: ghcr.io/requarks/wiki:2
environment:
DB_TYPE: postgres
DB_HOST: postgresql17
DB_PORT: 5432
DB_USER: wikijs
DB_PASS: rabenNest7$
DB_NAME: wiki
restart: unless-stopped
networks:
DMZ:
ipv4_address: 10.10.12.20
db_proxy:
ports:
- "80:3000"
networks:
DMZ:
external: true
db_proxy:
external: true