If you don't already have a docker web reverse proxy service (ex: traefik), you must start it
$ docker stack deploy -c .docker/docker-compose-reverse-proxy.yml traefikFrom Git
[IDCI-Consulting gitlab resource]
git clone git@gitlab.idci-consulting.fr:liodie/icecast-status-periodic-skimmer.gitAdd the following DNS entries in your host file:
# Icecast status periodic skimmer
127.0.0.1 isps.docker adminer.isps.docker
If you need to rebuild docker app images, run the following command :
$ make build-imagesTo run the project docker stack :
$ make startTo stop the project docker stack :
$ make stopSet project right permissions:
$ sudo chown $USER:www-data -R . && chmod 775 -R .Install vendors:
$ make composer-installRun database migration:
$ make console cmd="doctrine:migration:migrate"To build project assets, run the following commands :
$ make yarn
$ make encore