added entrypoint

This commit is contained in:
andreas
2023-02-16 21:26:18 +00:00
parent ce43d3e9e9
commit 543a183545
3 changed files with 22 additions and 21 deletions

9
webapp/entrypoint.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
export MAIL_DOMAIN=ads65.de
export APACHE_RUN_DIR=/var/www
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data
export APACHE_LOG_DIR=/var/log/apache2
export APACHE_PID_FILE=/var/run/apache2/apache2.pid
exec "$@"