feat/docker-compose-update (#18)
Co-authored-by: jon brookes <marshyon@gmail.com> Reviewed-on: https://codeberg.org/headshed/share-lt/pulls/18
This commit is contained in:
parent
fd43495e2d
commit
1a22fd156d
70 changed files with 1068 additions and 745 deletions
|
|
@ -1,18 +0,0 @@
|
|||
services:
|
||||
#PHP Service
|
||||
app:
|
||||
image: quay.io/marshyon/share-lt:0.0.1
|
||||
ports:
|
||||
- "8000:8000"
|
||||
command: sh -c "php artisan optimize:clear && php artisan serve --host=0.0.0.0 --port=8000"
|
||||
volumes:
|
||||
- ./.env:/var/www/.env
|
||||
- ./database/database.sqlite:/var/www/database/database.sqlite
|
||||
- ./storage:/var/www/storage
|
||||
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
working_dir: /var/www
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue