Updated files docker-compose, .env

This commit is contained in:
Daniel Teves 2025-03-26 11:41:28 +08:00
parent db5f07c131
commit a6b9153dc1
3 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ services:
laravel: laravel:
condition: service_healthy condition: service_healthy
ports: ports:
- "8080:80" - "8000:80"
volumes: volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf - ./nginx.conf:/etc/nginx/conf.d/default.conf
- ./laravel:/var/www/html - ./laravel:/var/www/html

View File

@ -20,12 +20,12 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug LOG_LEVEL=debug
DB_CONNECTION=sqlite DB_CONNECTION=mysql
# DB_HOST=127.0.0.1 DB_HOST=mysql
# DB_PORT=3306 DB_PORT=3306
# DB_DATABASE=laravel DB_DATABASE=laravel_db
# DB_USERNAME=root DB_USERNAME=root
# DB_PASSWORD= DB_PASSWORD=rootpassword
SESSION_DRIVER=database SESSION_DRIVER=database
SESSION_LIFETIME=120 SESSION_LIFETIME=120

Binary file not shown.