mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
docker: update to serversideup non priviledged container
This commit is contained in:
parent
8a5a813540
commit
a6eb2f6101
6 changed files with 40 additions and 113 deletions
17
docker/prod/docker-compose.yml
Normal file
17
docker/prod/docker-compose.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
services:
|
||||
app:
|
||||
image: ghcr.io/usetrmnl/byos_laravel:latest
|
||||
ports:
|
||||
- "4567:8080"
|
||||
environment:
|
||||
#- APP_KEY=
|
||||
- PHP_OPCACHE_ENABLE=1
|
||||
- TRMNL_PROXY_REFRESH_MINUTES=15
|
||||
volumes:
|
||||
- database:/var/www/html/database/
|
||||
- storage:/var/www/html/storage
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
database:
|
||||
storage:
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue