Update commento & umami paths

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-05-25 00:34:44 +01:00
parent c640b137d2
commit 873cd357b6
2 changed files with 8 additions and 5 deletions

View File

@@ -5,8 +5,8 @@ services:
image: caroga/commentoplusplus
restart: unless-stopped
environment:
COMMENTO_ORIGIN: https://stats.karaolidis.com/comments/
COMMENTO_CDN_PREFIX: https://stats.karaolidis.com/comments/
COMMENTO_ORIGIN: https://blog.karaolidis.com/comments/
COMMENTO_CDN_PREFIX: https://blog.karaolidis.com/comments/
COMMENTO_PORT: 8080
COMMENTO_POSTGRES: postgres://postgres:postgres@db:5432/commento?sslmode=disable
COMMENTO_SMTP_HOST: ${SMTP_HOST}

View File

@@ -2,13 +2,16 @@ version: '3.9'
services:
umami:
image: ghcr.io/mikecao/umami:postgresql-latest
image: ghcr.io/umami-software/umami:postgresql-latest
build:
context: https://github.com/umami-software/umami.git
args:
DATABASE_TYPE: postgresql
BASE_PATH: /stats
restart: unless-stopped
environment:
DATABASE_URL: postgresql://umami:umami@db:5432/umami
DATABASE_TYPE: postgresql
HASH_SALT: ${SALT}
TRACKER_SCRIPT_NAME: u
depends_on:
- db
networks: