mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-30 07:26:45 +00:00
AP: Tag specific version along with migrate
- AP migration should be tagged along with the main AP instance to keep things in line - Renovate will now group them together so it bumps them at the same time in the same PR/commit etc to keep things aligned - Moving to specific version pinning as well to make the renovate diffs clearer
This commit is contained in:
@@ -96,7 +96,7 @@ services:
|
||||
- ghost_network
|
||||
|
||||
activitypub:
|
||||
image: ghcr.io/tryghost/activitypub:1
|
||||
image: ghcr.io/tryghost/activitypub:1.0.1
|
||||
restart: always
|
||||
expose:
|
||||
- "8080"
|
||||
@@ -180,7 +180,7 @@ services:
|
||||
tty: true
|
||||
|
||||
activitypub-migrate:
|
||||
image: ghcr.io/tryghost/activitypub-migrations:edge
|
||||
image: ghcr.io/tryghost/activitypub-migrations:1.0.1
|
||||
environment:
|
||||
MYSQL_DB: mysql://${DATABASE_USER:-ghost}:${DATABASE_PASSWORD:?DATABASE_PASSWORD environment variable is required}@tcp(db:3306)/activitypub
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user