* 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

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