mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-06-03 15:10:48 +00:00
ActivityPub needs migrations before it can start
no ref - If migrations haven't run AP can't start and will just crash so it needs to have finished before it can boot
This commit is contained in:
@@ -119,7 +119,10 @@ services:
|
|||||||
LOCAL_STORAGE_PATH: /opt/activitypub/content/images/activitypub
|
LOCAL_STORAGE_PATH: /opt/activitypub/content/images/activitypub
|
||||||
LOCAL_STORAGE_HOSTING_URL: https://${DOMAIN}/content/images/activitypub
|
LOCAL_STORAGE_HOSTING_URL: https://${DOMAIN}/content/images/activitypub
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
db:
|
||||||
|
condition: service_healthy
|
||||||
|
activitypub-migrate:
|
||||||
|
condition: service_completed_successfully
|
||||||
profiles: [activitypub]
|
profiles: [activitypub]
|
||||||
networks:
|
networks:
|
||||||
- ghost_network
|
- ghost_network
|
||||||
|
|||||||
Reference in New Issue
Block a user