mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 06:57:47 +00:00
18 lines
508 B
YAML
18 lines
508 B
YAML
services:
|
|
app:
|
|
image: ghcr.io/usetrmnl/byos_laravel:latest
|
|
ports:
|
|
- "4567:8080"
|
|
environment:
|
|
#- APP_KEY=
|
|
- PHP_OPCACHE_ENABLE=1
|
|
- TRMNL_PROXY_REFRESH_MINUTES=15
|
|
- DB_DATABASE=database/storage/database.sqlite
|
|
volumes:
|
|
- database:/var/www/html/database/storage
|
|
- storage:/var/www/html/storage/app/public/images/generated
|
|
restart: unless-stopped
|
|
volumes:
|
|
database:
|
|
storage:
|
|
|