mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +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
|
|
@ -4,12 +4,17 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "4567:80"
|
||||
- "4567:8080"
|
||||
environment:
|
||||
#- APP_KEY=
|
||||
- PHP_OPCACHE_ENABLE=1
|
||||
- TRMNL_PROXY_REFRESH_MINUTES=15
|
||||
# volumes:
|
||||
# - ./database/database.sqlite:/var/www/html/database/database.sqlite
|
||||
# - ./storage:/var/www/html/storage
|
||||
volumes:
|
||||
- database:/var/www/html/database/
|
||||
- storage:/var/www/html/storage
|
||||
restart: unless-stopped
|
||||
#platform: "linux/arm64/v8"
|
||||
volumes:
|
||||
database:
|
||||
storage:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue