* elastic use include

+ add secrets to example
This commit is contained in:
2021-04-15 13:19:32 +03:00
parent 29a58620f5
commit e051d0100c
17 changed files with 54 additions and 45 deletions

View File

@ -11,3 +11,13 @@ INCLUDE+ ./workspace.base.Dockerfile
RUN pecl install igbinary \
&& pecl install -a redis
###########################################################################
# Crontab
###########################################################################
USER root
COPY ./crontab74 /etc/cron.d
RUN chmod -R 644 /etc/cron.d