another try because of permissions

This commit is contained in:
Tobias Brunner 2025-01-30 17:09:40 +01:00
parent 8e1bd168bc
commit 532a029e61
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{
admin off
auto_https off
log {
output stderr

View file

@ -7,7 +7,7 @@ echo "Applying database migrations"
python -m hub migrate
echo "Starting Caddy"
caddy start --config /etc/caddy/Caddyfile --pidfile /app/run/caddy/caddy.pid
caddy run --config /etc/caddy/Caddyfile &
echo "Starting Gunicorn"
exec \