fixes
This commit is contained in:
@@ -7,13 +7,14 @@ services:
|
||||
- ${MEDIA_ROOT:-/media}:/media:ro
|
||||
environment:
|
||||
- DATABASE_URL=sqlite+aiosqlite:////data/medialore.db
|
||||
- MEDIA_ROOT=/media
|
||||
- THUMBNAIL_DIR=/data/thumbnails
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
frontend:
|
||||
build: ./frontend
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8080:80"
|
||||
depends_on:
|
||||
- backend
|
||||
|
||||
Reference in New Issue
Block a user