main: WIP compose files and local_install.sh
This commit is contained in:
parent
f15e0a1682
commit
7d9281aef2
@ -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
|
||||
|
1
notes.md
1
notes.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user