Fix docker-compose.production.yaml

This commit is contained in:
2024-11-11 21:26:23 +01:00
parent af106d6b6e
commit d7b1fea3e2
2 changed files with 8 additions and 2 deletions

View File

@ -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