Fix docker-compose.production.yaml
This commit is contained in:
@ -5,7 +5,10 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "127.0.0.1:8000:8000"
|
||||
- "127.0.0.1:8000:8080"
|
||||
environment:
|
||||
- APP_ENV=production
|
||||
- DB_CONNECTION=sqlite
|
||||
# Just for testing - in general is a bad practices
|
||||
- APP_KEY=base64:k1Tc4vWjcmps8r3Qtb5Ybm+shHz+D0Co7+QxRPHH374=
|
||||
- AUTORUN_ENABLED=true
|
||||
|
||||
@ -5,7 +5,10 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8000:8080"
|
||||
environment:
|
||||
- APP_ENV=production
|
||||
- DB_CONNECTION=sqlite
|
||||
# Just for testing - in general is a bad practices
|
||||
- APP_KEY=base64:k1Tc4vWjcmps8r3Qtb5Ybm+shHz+D0Co7+QxRPHH374=
|
||||
- AUTORUN_ENABLED=true
|
||||
|
||||
Reference in New Issue
Block a user