Polish user management and filters
All checks were successful
Build and Deploy / build-and-push (push) Successful in 3m37s
All checks were successful
Build and Deploy / build-and-push (push) Successful in 3m37s
This commit is contained in:
@@ -20,6 +20,8 @@ services:
|
||||
- SMTP_PASS=${SMTP_PASS}
|
||||
- MAIL_FROM=${MAIL_FROM}
|
||||
- SMTP_DEBUG=${SMTP_DEBUG:-false}
|
||||
volumes:
|
||||
- uploads_data_local:/app/uploads
|
||||
command: ["node", "index.js"]
|
||||
depends_on:
|
||||
- db
|
||||
@@ -37,3 +39,4 @@ services:
|
||||
|
||||
volumes:
|
||||
db_data_local:
|
||||
uploads_data_local:
|
||||
|
||||
Reference in New Issue
Block a user