diff --git a/.cursorignore b/.cursorignore deleted file mode 100644 index 9d5b640..0000000 --- a/.cursorignore +++ /dev/null @@ -1,9 +0,0 @@ -.env* -*.pem -*.key -*.p12 -*.pfx -*.crt -*.cert -credentials.* -secrets.* diff --git a/.cursorindexingignore b/.cursorindexingignore deleted file mode 100644 index 9d5b640..0000000 --- a/.cursorindexingignore +++ /dev/null @@ -1,9 +0,0 @@ -.env* -*.pem -*.key -*.p12 -*.pfx -*.crt -*.cert -credentials.* -secrets.* diff --git a/docker-compose.yml b/docker-compose.yml index 34cb1bd..77c6329 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -86,7 +86,8 @@ services: # Absolute path required: DokPloy does NOT expand ~ and would otherwise # create a literal "~" directory under the deployment dir. - /root/.ssh:/root/.ssh:ro - - ./backups:/backups/outline + # Absolute path so DokPloy's rm-rf of the code dir doesn't wipe backups. + - /var/backups/outline:/backups/outline env_file: - .env