* 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

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