mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 23:16:44 +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:
12
.github/renovate.json5
vendored
12
.github/renovate.json5
vendored
@@ -9,6 +9,18 @@
|
||||
],
|
||||
suppressNotifications: ["prIgnoreNotification"],
|
||||
packageRules: [
|
||||
{
|
||||
description: "Group ActivityPub containers together",
|
||||
matchDatasources: ["docker", "github-tags", "docker-compose"],
|
||||
matchPackageNames: [
|
||||
"ghcr.io/tryghost/activitypub",
|
||||
"ghcr.io/tryghost/activitypub-migrations",
|
||||
],
|
||||
groupName: "ActivityPub",
|
||||
groupSlug: "activitypub",
|
||||
additionalBranchPrefix: "",
|
||||
separateMinorPatch: false,
|
||||
},
|
||||
{
|
||||
description: "Auto-merge initial digest pinning",
|
||||
matchDatasources: ["docker", "github-tags"],
|
||||
|
||||
@@ -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