Switch to version 7 for cobalt.
Version 10 doesn't have a containerized web frontend. Lame https://github.com/imputnet/cobalt/issues/722
This commit is contained in:
parent
57947b01e8
commit
e89f594bd4
@ -2,7 +2,7 @@ version: '3.5'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
cobalt-api:
|
cobalt-api:
|
||||||
image: ghcr.io/imputnet/cobalt:latest
|
image: ghcr.io/imputnet/cobalt:7
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: cobalt-api
|
container_name: cobalt-api
|
||||||
init: true
|
init: true
|
||||||
@ -22,7 +22,7 @@ services:
|
|||||||
#volumes:
|
#volumes:
|
||||||
#- ./cookies.json:/cookies.json
|
#- ./cookies.json:/cookies.json
|
||||||
cobalt-web:
|
cobalt-web:
|
||||||
image: ghcr.io/imputnet/cobalt:latest
|
image: ghcr.io/imputnet/cobalt:7
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: cobalt-web
|
container_name: cobalt-web
|
||||||
init: true
|
init: true
|
||||||
|
Loading…
Reference in New Issue
Block a user