- Set
root
innginx.vhost
- Set necessary ports in
web
container indocker-compose
- Change a php version, a list of required packages and extensions in
php.dockerfile
if needed. - Modify
php.ini
file if needed. It will be injected into the container. - Set necessary ports, env variables in
mysql
container indocker-compose
. All data is persistant. You can access DB throughmysql
host (using the container name) in the app. - By default in
vue
container you will havevue-cli
installed andnpm run dev
executed. Initially you need to install all required dependencies. - Set necessary ports, env variables in
vue
container indocker-compose
./usr/src/app
dir is created invue
container, so set a volume with the app to the dir.
-
Notifications
You must be signed in to change notification settings - Fork 0
akozyr/php7-sandbox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
NGINX+PHP7+MySQL+Node.js environment
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published