Make custom wikicafe image optional, non-default
This commit is contained in:
parent
efebc41519
commit
32559a5aea
@ -7,6 +7,9 @@ LETS_ENCRYPT_ENV=production
|
|||||||
|
|
||||||
COMPOSE_FILE="compose.yml"
|
COMPOSE_FILE="compose.yml"
|
||||||
|
|
||||||
|
# custom wiki.cafe image, for working oauth2 support
|
||||||
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.wikicafe.yml"
|
||||||
|
|
||||||
# Predefined "owner" security
|
# Predefined "owner" security
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.owner.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.owner.yml"
|
||||||
|
|
||||||
|
6
compose.wikicafe.yml
Normal file
6
compose.wikicafe.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: git.coopcloud.tech/wiki-cafe/wiki-farm:latest
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: git.coopcloud.tech/wiki-cafe/wiki-farm:latest
|
image: dobbs/farm:1.0.13
|
||||||
command: /bin/sh config/install.sh
|
command: /bin/sh config/install.sh
|
||||||
volumes:
|
volumes:
|
||||||
- "fedwiki_friends:/home/node/config"
|
- "fedwiki_friends:/home/node/config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user