First version of Dockerfile

Added scripts and configs from Firefly docker deploy
This commit is contained in:
Andreas Ihrig
2018-11-08 16:32:06 +01:00
parent f9fe8e7233
commit 9e8ae23806
9 changed files with 178 additions and 0 deletions

11
supervisor/cronjob.conf Normal file
View File

@ -0,0 +1,11 @@
[program:cron]
command=/usr/sbin/cron -f -L 15
user=root
autostart=true
autorestart=true
stdout_events_enabled=true
stderr_events_enabled=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
startsecs=10
startretries=3

View File

@ -0,0 +1,6 @@
[program:apache2]
command=/bin/bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"
stdout_events_enabled=true
stderr_events_enabled=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0