This commit is contained in:
Almira Krdzic
2018-10-21 02:13:57 +02:00
parent a61edbc984
commit 5cbdb482f2
12 changed files with 36 additions and 120 deletions

View File

@@ -23,6 +23,8 @@ services:
- WP_JWT_AUTH_SECRET_KEY
volumes:
- ./log/backend/:/var/log/apache2/
- ./backend/:/var/www/html/
restart: always
ports:
- '8081:80'
depends_on:
@@ -39,6 +41,7 @@ services:
- API_URL
volumes:
- ./log/frontend/:/var/log/apache2/
restart: always
ports:
- '8080:80'
@@ -53,6 +56,7 @@ services:
- MYSQL_DATABASE
- MYSQL_USER
- MYSQL_PASSWORD
restart: always
ports:
- '23306:3306'
volumes: