Switch to Commento++

This commit is contained in:
2022-05-16 18:31:48 +01:00
parent f7064458cb
commit d1735497fc

View File

@@ -15,11 +15,12 @@ services:
user: '1000:1000'
commento:
image: registry.karaolidis.com/nikas36/commento
image: caroga/commentoplusplus
container_name: commento
restart: unless-stopped
environment:
COMMENTO_ORIGIN: 'https://stats.karaolidis.com/comments/'
COMMENTO_CDN_PREFIX: 'https://stats.karaolidis.com/comments/'
COMMENTO_PORT: 8080
COMMENTO_POSTGRES: postgres://postgres:postgres@commento_db:5432/commento?sslmode=disable
COMMENTO_SMTP_HOST: '${SMTP_HOST}'