Sign inSign up

dennysubke/cobalt

By dennysubke

•Updated 11 months ago

Docker Image for Cobalt with Web Frontend

Image
0

10K+

dennysubke/cobalt repository overview

#Example

services:
 web:
  image: dennysubke/cobalt:latest@sha256:baeb285907c3ba0ff4444c1cc9b46dd1fc8367a6c616e7f52c6d84571c4f6948
  init: true
  read_only: true
  restart: on-failure
  ports:
    - 0.0.0.0:9000:9000  # API
    - 0.0.0.0:9001:9001  # UI
  environment:
    API_URL: "http(s)://your.api.domain:9000/"
    API_AUTH_REQUIRED: 0
    DURATION_LIMIT: 86400
  volumes:
    - .data/cookies/cookies.json:/cookies.json

Tag summary

Content type

Image

Digest

sha256:baeb28590…

Size

162.2 MB

Last updated

over 1 year ago

docker pull dennysubke/cobalt