Drop separate lib volume for now
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
2ac052366a
commit
b849a3b536
@ -16,9 +16,6 @@ FEDWIKI_VOLUME="fedwiki"
|
|||||||
# persistent lib volume / node_modules directory, e.g. for plugmatic
|
# persistent lib volume / node_modules directory, e.g. for plugmatic
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.lib.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.lib.yml"
|
||||||
|
|
||||||
# persistent lib volume / node_modules directory for use when using a "private" Login to View system
|
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.lib-private.yml"
|
|
||||||
|
|
||||||
# Note(3wc): If you change this after initial deployment, you will need to
|
# Note(3wc): If you change this after initial deployment, you will need to
|
||||||
# manually copy the new value from `conf/config.initial.json`
|
# manually copy the new value from `conf/config.initial.json`
|
||||||
SECRET_COOKIE_SECRET_VERSION=v1 # length=30
|
SECRET_COOKIE_SECRET_VERSION=v1 # length=30
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
|
||||||
app:
|
|
||||||
volumes:
|
|
||||||
- "fedwiki-private_lib:/home/node/lib"
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
fedwiki-private_lib:
|
|
Loading…
x
Reference in New Issue
Block a user