Initial commit
This commit is contained in:
3
hooks/enter-to-workspace.sh
Executable file
3
hooks/enter-to-workspace.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/docker-compose-projects/structure
|
||||
docker-compose exec workspace su laradock
|
3
hooks/mysql.sh
Executable file
3
hooks/mysql.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/docker-compose-projects/structure
|
||||
docker-compose exec db mysql -u root -p123456
|
2
hooks/quit-xdebug.sh
Executable file
2
hooks/quit-xdebug.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cd docker-compose-projects/structure/ && ./dockerfiles/php-fpm/xdebug.sh stop && cd
|
3
hooks/restart-nginx.sh
Executable file
3
hooks/restart-nginx.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd $HOME/docker-compose-projects/structure
|
||||
docker-compose exec web nginx -s reload
|
2
hooks/start-xdebug.sh
Executable file
2
hooks/start-xdebug.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cd docker-compose-projects/structure/ && ./dockerfiles/php-fpm/xdebug.sh start && cd
|
Reference in New Issue
Block a user