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: