* 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:
@ -94,6 +94,7 @@ services:
|
||||
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|
||||
volumes:
|
||||
- ./config/redis/redis.conf:/usr/local/etc/redis/redis.conf
|
||||
- ./config/redis/redis-local.conf:/usr/local/etc/redis/redis-local.conf
|
||||
elastic:
|
||||
build:
|
||||
context: ./dockerfiles/elastic
|
||||
@ -110,10 +111,7 @@ services:
|
||||
- "9300"
|
||||
minio:
|
||||
image: minio/minio:RELEASE.2020-06-12T00-06-19Z
|
||||
restart: always
|
||||
environment:
|
||||
MINIO_ACCESS_KEY: ${MINIO_ACCESS_KEY}
|
||||
MINIO_SECRET_KEY: ${MINIO_SECRET_KEY}
|
||||
restart: always
|
||||
command: server /minio
|
||||
pm2:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user