From 9c6c1ac249ec3ab55ca35e5f60f8c9f5d55ed16d Mon Sep 17 00:00:00 2001 From: iPromKnight <156901906+iPromKnight@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:38:11 +0000 Subject: [PATCH] Update compose versions 1.0.1, ready for tag push (#163) --- README.md | 3 --- deployment/docker/docker-compose.yaml | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 766c708..c8f2d2c 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ ## Contents -> [!CAUTION] -> Until we reach `v1.0.0`, please consider releases as alpha. - > [!IMPORTANT] > The latest change renames the project and requires a [small migration](#selfhostio-to-knightcrawler-migration). - [Contents](#contents) diff --git a/deployment/docker/docker-compose.yaml b/deployment/docker/docker-compose.yaml index 968e22d..5c6f0c9 100644 --- a/deployment/docker/docker-compose.yaml +++ b/deployment/docker/docker-compose.yaml @@ -82,7 +82,7 @@ services: - knightcrawler-network producer: - image: gabisonfire/knightcrawler-producer:latest + image: gabisonfire/knightcrawler-producer:1.0.1 labels: logging: "promtail" env_file: .env @@ -91,7 +91,7 @@ services: - knightcrawler-network consumer: - image: gabisonfire/knightcrawler-consumer:latest + image: gabisonfire/knightcrawler-consumer:1.0.1 env_file: .env labels: logging: "promtail" @@ -102,7 +102,7 @@ services: - knightcrawler-network metadata: - image: gabisonfire/knightcrawler-metadata:latest + image: gabisonfire/knightcrawler-metadata:1.0.1 env_file: .env labels: logging: "promtail" @@ -114,7 +114,7 @@ services: <<: *knightcrawler-app env_file: .env hostname: knightcrawler-addon - image: gabisonfire/knightcrawler-addon:latest + image: gabisonfire/knightcrawler-addon:1.0.1 labels: logging: "promtail" networks: