main: WIP compose files and local_install.sh

This commit is contained in:
Gary 2024-07-25 13:12:14 -07:00
parent f15e0a1682
commit 7d9281aef2
2 changed files with 5 additions and 1 deletions

View File

@ -1,11 +1,14 @@
services:
coolify:
image: "ghcr.io/coollabsio/coolify:${LATEST_IMAGE:-latest}"
image: "githaven.org/shiloh/lasthourcloud:latest"
volumes:
- type: bind
source: /data/coolify/source/.env
target: /var/www/html/.env
read_only: true
- type: bind
source: /data/coolify/public
target: /var/www/html/public
- /data/coolify/ssh:/var/www/html/storage/app/ssh
- /data/coolify/applications:/var/www/html/storage/app/applications
- /data/coolify/databases:/var/www/html/storage/app/databases

View File

@ -40,3 +40,4 @@ # Alpine Linux
git clone https://githaven.org/Shiloh/lasthourcloud.git
sudo bash /home/lasthour/lasthourcloud/scripts/local_install.sh
sudo bash /home/lasthour/lasthourcloud/scripts/upgrade.sh
Running php artisan optimize:clear clears the cached files, preventing potential issues.