* use dc alias from host system shell for execute docker compopse helper commands (and depended by os docker composer or docker-compose command style)

* extend quick helper script with settings and dynamic php version variable
* link redis-local config as volume & correct include path
* minio access keys moved to conrecte service instance
* corrected used php version for workspace81
This commit is contained in:
WP Studio
2025-01-15 11:04:59 +03:00
parent 49e44c9229
commit 1ea5e96fcb
9 changed files with 58 additions and 8 deletions

View File

@ -1,3 +1,6 @@
#!/bin/bash
# N - nginx; P - php; R - redis; M - mariadb
dc -f docker-compose.yml -f docker-compose.redis.yml -f docker-compose.mariadb.yml $@
ARGS=$@
bash -ic "dc -f docker-compose.yml -f docker-compose.redis.yml -f docker-compose.mariadb.yml $ARGS"