Skip to content
Discussion options

You must be logged in to vote

I have now tested adding the comentario commenting system into automad demo and it looks awesome

docker compose for the

services:
  db:
    image: postgres:17-alpine
    environment:
      POSTGRES_DB: comentario
      POSTGRES_USER: postgres
      POSTGRES_PASSWORD: postgres
    ports:
      - "5432:5432"
    volumes:
      - ./comentariostack/postgres-data:/var/lib/postgresql/data

  app:
    image: registry.gitlab.com/comentario/comentario:v3.13.1
    environment:
      BASE_URL: https://comentario.hostlab.tech/
      SECRETS_FILE: "/secrets.yaml"
    ports:
      - "8082:80"
    volumes:
      - ./comentariostack/comentario/secrets.yaml:/secrets.yaml:ro
    depends_on:
      - db

Inte…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by SuitDeer
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants