forked from creations/badgeAPI
dont force env or compose
This commit is contained in:
parent
3aca639660
commit
868c5b6dbe
1 changed files with 1 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue