fix: add env_file configuration for velxio service in docker-compose
parent
6eefaf72db
commit
c58f98920a
|
|
@ -7,6 +7,8 @@ services:
|
|||
restart: unless-stopped
|
||||
ports:
|
||||
- "3080:80"
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
environment:
|
||||
- DATABASE_URL=sqlite+aiosqlite:////app/data/velxio.db
|
||||
- DATA_DIR=/app/data
|
||||
|
|
|
|||
Loading…
Reference in New Issue