mirror of
https://github.com/aliasvault/aliasvault.git
synced 2025-12-23 22:28:22 -05:00
Cleanup certificates dir (#1148)
This commit is contained in:
committed by
Leendert de Borst
parent
9fda76a5ff
commit
19406cf58d
@@ -34,7 +34,6 @@ services:
|
||||
- "3001"
|
||||
volumes:
|
||||
- ./database:/database:rw
|
||||
- ./certificates/app:/certificates/app:rw
|
||||
- ./logs:/logs:rw
|
||||
- ./secrets:/secrets:ro
|
||||
restart: always
|
||||
@@ -50,7 +49,6 @@ services:
|
||||
- "3002"
|
||||
volumes:
|
||||
- ./database:/database:rw
|
||||
- ./certificates/app:/certificates/app:rw
|
||||
- ./logs:/logs:rw
|
||||
- ./secrets:/secrets:ro
|
||||
restart: always
|
||||
|
||||
@@ -103,7 +103,6 @@ RUN apt-get update && \
|
||||
/app/installcli \
|
||||
/database \
|
||||
/certificates/ssl \
|
||||
/certificates/app \
|
||||
/logs/postgres \
|
||||
/etc/nginx/ssl \
|
||||
/var/run/postgresql \
|
||||
|
||||
@@ -42,7 +42,7 @@ Follow these steps to manually install AliasVault on your own server.
|
||||
Create the following directories in your project root:
|
||||
```bash
|
||||
# Create required directories
|
||||
mkdir -p certificates/ssl certificates/app database/postgres
|
||||
mkdir -p certificates/ssl database/postgres
|
||||
```
|
||||
|
||||
3. **Create .env file**
|
||||
|
||||
@@ -10,7 +10,6 @@ GITHUB_CONTAINER_REGISTRY="ghcr.io/$(echo "$REPO_OWNER" | tr '[:upper:]' '[:lowe
|
||||
# Required files and directories
|
||||
REQUIRED_DIRS=(
|
||||
"certificates/ssl"
|
||||
"certificates/app"
|
||||
"certificates/letsencrypt"
|
||||
"certificates/letsencrypt/www"
|
||||
"database"
|
||||
|
||||
Reference in New Issue
Block a user