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