diff --git a/.env.sample b/.env.sample index f66476e..b137390 100644 --- a/.env.sample +++ b/.env.sample @@ -16,9 +16,6 @@ FEDWIKI_VOLUME="fedwiki" # persistent lib volume / node_modules directory, e.g. for plugmatic #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 # manually copy the new value from `conf/config.initial.json` SECRET_COOKIE_SECRET_VERSION=v1 # length=30 diff --git a/compose.lib-private.yml b/compose.lib-private.yml deleted file mode 100644 index e3514f6..0000000 --- a/compose.lib-private.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -version: "3.8" - -services: - app: - volumes: - - "fedwiki-private_lib:/home/node/lib" - -volumes: - fedwiki-private_lib: