Upload
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user