docker-compose
This commit is contained in:
@@ -10,6 +10,9 @@ services:
|
|||||||
- "8080:80"
|
- "8080:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/var/www/html
|
- ./src:/var/www/html
|
||||||
|
- ./tests:/var/www/tests
|
||||||
|
- ./composer.json:/var/www/composer.json
|
||||||
|
- ./composer.lock:/var/www/composer.lock
|
||||||
- ./config/nginx/default.conf:/etc/nginx/conf.d/default.conf
|
- ./config/nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||||
depends_on:
|
depends_on:
|
||||||
- mariadb
|
- mariadb
|
||||||
|
|||||||
Reference in New Issue
Block a user