mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
feat(blueprint): update trmnl-byos-laravel template (#533)
* feat(blueprint): update trmnl-byos-laravel template * Update docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a9740da9cb
commit
87ab908a32
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
trmnl-byos-laravel:
|
||||
image: ghcr.io/usetrmnl/byos_laravel:0.14.0
|
||||
image: ghcr.io/usetrmnl/byos_laravel:0.21.0
|
||||
environment:
|
||||
- APP_URL=${APP_URL}
|
||||
- PHP_OPCACHE_ENABLE=${PHP_OPCACHE_ENABLE}
|
||||
@@ -14,7 +14,6 @@ services:
|
||||
volumes:
|
||||
- trmnl-database:/var/www/html/database/storage
|
||||
- trmnl-storage:/var/www/html/storage/app/public/images/generated
|
||||
|
||||
volumes:
|
||||
trmnl-database:
|
||||
trmnl-storage:
|
||||
|
||||
Reference in New Issue
Block a user