diff --git a/ghost/docker-compose.yml b/ghost/docker-compose.yml index 7a2892a..a75ed75 100644 --- a/ghost/docker-compose.yml +++ b/ghost/docker-compose.yml @@ -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}'