mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 02:27:01 +00:00
create parent assets folder for static and media
This commit is contained in:
@@ -5,26 +5,26 @@ services:
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
- TMDB_API=TMDB_API
|
||||
- MAL_API=MAL_API
|
||||
- SECRET=SECRET
|
||||
- ALLOWED_HOSTS=192.168.1.1, yamtarr.domain.com
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
- ./db:/app/db
|
||||
- static:/app/static
|
||||
- media:/app/media
|
||||
- assets:/app/assets
|
||||
|
||||
yamtarr-gateway:
|
||||
container_name: yamtarr-gateway
|
||||
build:
|
||||
context: ./gateway
|
||||
volumes:
|
||||
- static:/vol/static
|
||||
- media:/vol/media
|
||||
- assets:/vol
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
- yamtarr
|
||||
|
||||
volumes:
|
||||
static:
|
||||
media:
|
||||
assets:
|
||||
Reference in New Issue
Block a user