mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix metadat volume in docker compose
This commit is contained in:
parent
ac3b593b8b
commit
d872e66f7d
@ -30,7 +30,7 @@ services:
|
|||||||
migrations:
|
migrations:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
volumes:
|
volumes:
|
||||||
- kyoo:/kyoo
|
- kyoo:/metadata
|
||||||
|
|
||||||
migrations:
|
migrations:
|
||||||
build:
|
build:
|
||||||
|
@ -42,7 +42,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./back:/app
|
- ./back:/app
|
||||||
- /app/out/
|
- /app/out/
|
||||||
- kyoo:/kyoo
|
- kyoo:/metadata
|
||||||
|
|
||||||
migrations:
|
migrations:
|
||||||
build:
|
build:
|
||||||
|
@ -31,7 +31,7 @@ services:
|
|||||||
migrations:
|
migrations:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
volumes:
|
volumes:
|
||||||
- kyoo:/kyoo
|
- kyoo:/metadata
|
||||||
|
|
||||||
migrations:
|
migrations:
|
||||||
image: zoriya/kyoo_migrations:latest
|
image: zoriya/kyoo_migrations:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user