dont force env or compose
All checks were successful
Code quality checks / biome (push) Successful in 9s

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: . context: .
restart: unless-stopped restart: unless-stopped
ports: ports:
- "${PORT:-8080}:${PORT:-8080}" - "8080:8080"
env_file:
- .env
environment: environment:
- REDIS_URL=redis://dragonfly:6379 - REDIS_URL=redis://dragonfly:6379
depends_on: depends_on: