diff --git a/infra/compose/hub.yml b/infra/compose/hub.yml index ee1a8ac..93b4d73 100644 --- a/infra/compose/hub.yml +++ b/infra/compose/hub.yml @@ -1,7 +1,7 @@ services: hub: container_name: hub - image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-22e8a87 + image: ghcr.io/asepharyana/asepharyana-hub/hub:sha-ac25a51 restart: always networks: app-shared-net: diff --git a/infra/compose/llm-api.yml b/infra/compose/llm-api.yml index 2f74820..25c9336 100644 --- a/infra/compose/llm-api.yml +++ b/infra/compose/llm-api.yml @@ -1,7 +1,7 @@ services: llm-api: container_name: llm-api - image: ghcr.io/asepharyana/asepharyana-hub/llm-api:sha-1e4b17a + image: ghcr.io/asepharyana/asepharyana-hub/llm-api:sha-ac25a51 restart: always networks: app-shared-net: diff --git a/infra/compose/scraper.yml b/infra/compose/scraper.yml index 7d5ddf1..2fb44e9 100644 --- a/infra/compose/scraper.yml +++ b/infra/compose/scraper.yml @@ -1,7 +1,7 @@ services: scraper-api: container_name: scraper-api - image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-e953c3c + image: ghcr.io/asepharyana/asepharyana-hub/scraper-api:sha-ac25a51 restart: always depends_on: nats: diff --git a/infra/compose/tools.yml b/infra/compose/tools.yml index aa116d4..4738b97 100644 --- a/infra/compose/tools.yml +++ b/infra/compose/tools.yml @@ -1,7 +1,7 @@ services: tools: container_name: tools - image: ghcr.io/asepharyana/asepharyana-hub/tools:sha-e953c3c + image: ghcr.io/asepharyana/asepharyana-hub/tools:sha-ac25a51 restart: always networks: app-shared-net: