Switch to Commento++
This commit is contained in:
@@ -15,11 +15,12 @@ services:
|
|||||||
user: '1000:1000'
|
user: '1000:1000'
|
||||||
|
|
||||||
commento:
|
commento:
|
||||||
image: registry.karaolidis.com/nikas36/commento
|
image: caroga/commentoplusplus
|
||||||
container_name: commento
|
container_name: commento
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
COMMENTO_ORIGIN: 'https://stats.karaolidis.com/comments/'
|
COMMENTO_ORIGIN: 'https://stats.karaolidis.com/comments/'
|
||||||
|
COMMENTO_CDN_PREFIX: 'https://stats.karaolidis.com/comments/'
|
||||||
COMMENTO_PORT: 8080
|
COMMENTO_PORT: 8080
|
||||||
COMMENTO_POSTGRES: postgres://postgres:postgres@commento_db:5432/commento?sslmode=disable
|
COMMENTO_POSTGRES: postgres://postgres:postgres@commento_db:5432/commento?sslmode=disable
|
||||||
COMMENTO_SMTP_HOST: '${SMTP_HOST}'
|
COMMENTO_SMTP_HOST: '${SMTP_HOST}'
|
||||||
|
Reference in New Issue
Block a user