Merge branch 'new-dockerfiles' of https://github.com/peaklabs-dev/coolify into new-dockerfiles

This commit is contained in:
peaklabs-dev
2024-11-14 12:53:58 +01:00
21 changed files with 129 additions and 90 deletions

View File

@@ -1,5 +1,5 @@
#!/command/execlineb -P
foreground {
s6-sleep 5
su - www-data -c "php /var/www/html/artisan start:horizon"
su - webuser -c "php /var/www/html/artisan start:horizon"
}

View File

@@ -1,3 +1,3 @@
#!/command/execlineb -P
s6-setuidgid www-data
s6-setuidgid webuser
php /var/www/html/artisan app:init

View File

@@ -1,5 +1,5 @@
#!/command/execlineb -P
foreground {
s6-sleep 5
su - www-data -c "php /var/www/html/artisan start:scheduler"
su - webuser -c "php /var/www/html/artisan start:scheduler"
}