dont force env or compose

This commit is contained in:
creations 2025-06-09 18:31:00 -04:00
parent 3aca639660
commit 868c5b6dbe
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -6,9 +6,7 @@ services:
context: .
restart: unless-stopped
ports:
- "${PORT:-8080}:${PORT:-8080}"
env_file:
- .env
- "8080:8080"
environment:
- REDIS_URL=redis://dragonfly:6379
depends_on: