This file containes all the php extension and configurations.
Build container commands:
bin/build
Start all container commands:
bin/start
Stop all container commands:
bin/stop
Laravel project must be in src
folder by default. You can change it from docker-composer.yml
file.
bin/shell
You must to run command from WebServer
directory and must include all the apps, because they use one certificate.
mkcert -cert-file ./docker_files/cert -key-file ./docker_files/cert-key portainer.localhost traefik.localhost
Then you need to add all the apps addresses app1.localhost
, app2.localhost
, etc.
mkcert -cert-file ./docker_files/cert -key-file ./docker_files/cert-key portainer.localhost traefik.localhost app1.localhost app2.localhost