Inspired by Wonderfall/docker-Isso
Isso is a commenting server similar to Disqus. More info on the official website.
pip.Here is the full documentation : https://posativ.org/isso/docs/
# /docker/isso/config/isso.conf
[general]
dbpath = /db/comments.db
host = https://comments.domain.tld/
[server]
listen = http://0.0.0.0:8080/
# docker-compose.yml
isso:
image: nefald/isso:latest
container_name: isso
restart: unless-stopped
environment:
- GID=1000
- UID=1000
volumes:
- /docker/isso/config:/config
- /docker/isso/db:/db
Content type
Image
Digest
sha256:a6331e9b8…
Size
32.1 MB
Last updated
over 1 year ago
docker pull nefald/isso