moved dockerfile to main repo (#4393)

This commit is contained in:
Toby Batch
2023-11-17 12:07:51 +00:00
committed by GitHub
parent 6a828cc9bd
commit 350875be2a
9 changed files with 705 additions and 0 deletions

22
.docker/000-default.conf Normal file
View File

@@ -0,0 +1,22 @@
<VirtualHost *:8001>
ServerAdmin webmaster@localhost
DocumentRoot /opt/kimai/public
PassEnv DATABASE_PREFIX
PassEnv MAILER_FROM
PassEnv APP_ENV
PassEnv APP_SECRET
PassEnv DATABASE_URL
PassEnv MAILER_URL
PassEnv TRUSTED_PROXIES
PassEnv TRUSTED_HOSTS
<Directory "/opt/kimai/public">
Require all granted
DirectoryIndex index.php
AllowOverride All
</Directory>
</VirtualHost>
ServerName localhost