Switch to version 7 for cobalt. Version 10 doesn't have a containerized web frontend. Lame

This commit is contained in:
Isaac Shoebottom 2024-09-10 18:29:18 -03:00
parent 57947b01e8
commit 119b0dee39

View File

@ -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