init
This commit is contained in:
9
privfrontends/compose/breezewiki/compose.yml.j2
Normal file
9
privfrontends/compose/breezewiki/compose.yml.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
breezewiki:
|
||||
container_name: breezewiki
|
||||
image: quay.io/pussthecatorg/breezewiki:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "10416:10416"
|
||||
volumes:
|
||||
- "./config.ini:/app/config.ini"
|
||||
4
privfrontends/compose/breezewiki/extras.conf.j2
Normal file
4
privfrontends/compose/breezewiki/extras.conf.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
canonical_origin = https://bw.projectsegfau.lt
|
||||
debug = false
|
||||
port = 10416
|
||||
feature_search_suggestions = true
|
||||
Reference in New Issue
Block a user