Remove unnecessary env vars

This commit is contained in:
myrmidex 2025-08-15 10:26:45 +02:00
parent 366ff11904
commit 3c3116ae55

View file

@ -4,9 +4,6 @@ services:
container_name: ffr-app
restart: unless-stopped
environment:
- APP_ENV=production
- APP_DEBUG=false
- APP_KEY=${APP_KEY}
- APP_URL=${APP_URL}
- DB_CONNECTION=mysql
- DB_HOST=db
@ -19,8 +16,6 @@ services:
- CACHE_DRIVER=redis
- SESSION_DRIVER=redis
- QUEUE_CONNECTION=redis
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
- TELEGRAM_CHANNEL_ID=${TELEGRAM_CHANNEL_ID}
ports:
- "8000:80"
depends_on: