28 lines
No EOL
839 B
YAML
28 lines
No EOL
839 B
YAML
captainVersion: 4
|
|
services:
|
|
$$cap_appname:
|
|
image: quay.io/pussthecatorg/breezewiki:latest
|
|
restart: unless-stopped
|
|
environment:
|
|
bw_port: 10416
|
|
bw_canonical_origin: $$cap_bw_canonical_origin
|
|
bw_debug: false
|
|
caproverExtra:
|
|
containerHttpPort: '10416'
|
|
|
|
caproverOneClickApp:
|
|
variables:
|
|
- id: '$$cap_bw_canonical_origin'
|
|
label: Breezewiki canonical origin
|
|
defaultValue: 'https://breezewiki.example.com'
|
|
description: "The origin from which you plan to run breezewiki"
|
|
instructions:
|
|
start: >-
|
|
Breezewiki
|
|
end: >-
|
|
deezwiki
|
|
|
|
displayName: 'breezewiki'
|
|
isOfficial: false
|
|
description: 'makes wiki pages on Fandom readable'
|
|
documentation: 'https://docs.breezewiki.com/' |