From e89f594bd4259d9fc612d1b8c5c03adf4efb87ed Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Tue, 10 Sep 2024 18:29:18 -0300 Subject: [PATCH] Switch to version 7 for cobalt. Version 10 doesn't have a containerized web frontend. Lame https://github.com/imputnet/cobalt/issues/722 --- cobalt/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cobalt/docker-compose.yml b/cobalt/docker-compose.yml index 2b3b253..71b4f88 100755 --- a/cobalt/docker-compose.yml +++ b/cobalt/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.5' services: cobalt-api: - image: ghcr.io/imputnet/cobalt:latest + image: ghcr.io/imputnet/cobalt:7 restart: unless-stopped container_name: cobalt-api init: true @@ -22,7 +22,7 @@ services: #volumes: #- ./cookies.json:/cookies.json cobalt-web: - image: ghcr.io/imputnet/cobalt:latest + image: ghcr.io/imputnet/cobalt:7 restart: unless-stopped container_name: cobalt-web init: true