mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
No need to clean up mongo.
This commit is contained in:
parent
8f55e8ee9a
commit
5774aa389a
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -21,9 +21,6 @@ collectstatic:
|
||||||
bounce:
|
bounce:
|
||||||
RUNWITHMAKEBUILD=True CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker compose down
|
RUNWITHMAKEBUILD=True CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker compose down
|
||||||
[[ -d config/certificates ]] && echo "keys exist" || make keys
|
[[ -d config/certificates ]] && echo "keys exist" || make keys
|
||||||
# Ensure MongoDB data directory exists with proper permissions
|
|
||||||
mkdir -p docker/volumes/db_mongo
|
|
||||||
chmod -R 777 docker/volumes/db_mongo || true
|
|
||||||
RUNWITHMAKEBUILD=True CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker compose up -d --build --remove-orphans
|
RUNWITHMAKEBUILD=True CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker compose up -d --build --remove-orphans
|
||||||
|
|
||||||
bootstrap:
|
bootstrap:
|
||||||
|
|
Loading…
Add table
Reference in a new issue