DOCKER IMAGE geenration
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
glastree:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:80"
|
||||
volumes:
|
||||
- glastree_storage:/var/www/html/storage
|
||||
- glastree_db:/var/www/html/database
|
||||
environment:
|
||||
- APP_ENV=production
|
||||
- APP_DEBUG=false
|
||||
- APP_URL=http://localhost:8080
|
||||
- DB_CONNECTION=sqlite
|
||||
|
||||
volumes:
|
||||
glastree_storage:
|
||||
glastree_db:
|
||||
Reference in New Issue
Block a user