Skip to content
Snippets Groups Projects
Commit ecccd540 authored by jurgenhaas's avatar jurgenhaas
Browse files

Use the php version in .env file to use the correct L3D image tag

parent 53e3a860
No related branches found
Tags v1.6.4
No related merge requests found
ahoyapi: v2
commands:
exec:
cmd: docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/drupal -v $SSH_AUTH_SOCK:/ssh-agent -v ${HOME}/.traefik:/root/.traefik -e SSH_AUTH_SOCK=/ssh-agent -w /drupal registry.lakedrops.com/docker/l3d "$@"
cmd: export $(cat .env | xargs) && docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/drupal -v $SSH_AUTH_SOCK:/ssh-agent -v ${HOME}/.traefik:/root/.traefik -e SSH_AUTH_SOCK=/ssh-agent -w /drupal registry.lakedrops.com/docker/l3d:php-${PHP_VERSION} "$@"
hide: true
up:
cmd: ahoy dev exec /usr/bin/fish
usage: Start container with all development tools
update:
cmd: docker pull registry.lakedrops.com/docker/l3d
cmd: export $(cat .env | xargs) && docker pull registry.lakedrops.com/docker/l3d:php-${PHP_VERSION}
usage: Update image with the latest development tools
scaffold:
cmd: ahoy dev exec composer lakedrops:scaffold
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment