Enable login by role both on frontend and backend

This commit is contained in:
Almira Krdzic
2018-10-22 09:47:48 +02:00
parent 87f408125d
commit 21fafc5a43
20 changed files with 618 additions and 367 deletions

View File

@@ -21,6 +21,9 @@ services:
- WP_LOGGED_IN_SALT
- WP_NONCE_SALT
- WP_JWT_AUTH_SECRET_KEY
- WP_SENDGRID_API_KEY
- WP_SENDGRID_FROM_EMAIL
- WP_SENDGRID_FROM_NAME
volumes:
- ./log/backend/:/var/log/apache2/
- ./docker/backend/uploads/:/var/www/html/app/uploads/