* simplify elastic container names

* turn on redis extension on workspace
This commit is contained in:
2021-04-30 14:24:14 +03:00
parent ec31427cb7
commit 5f1e9498c8
7 changed files with 18 additions and 12 deletions

View File

@ -29,6 +29,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
#RUN pecl install igbinary && pecl install -a redis
RUN pecl install -a redis
RUN echo "extension=redis.so" > /etc/php/7.4/cli/conf.d/20-redis.ini
###########################################################################
# S3 config
###########################################################################