Update commento & umami paths
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -5,8 +5,8 @@ services:
|
|||||||
image: caroga/commentoplusplus
|
image: caroga/commentoplusplus
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
COMMENTO_ORIGIN: https://stats.karaolidis.com/comments/
|
COMMENTO_ORIGIN: https://blog.karaolidis.com/comments/
|
||||||
COMMENTO_CDN_PREFIX: https://stats.karaolidis.com/comments/
|
COMMENTO_CDN_PREFIX: https://blog.karaolidis.com/comments/
|
||||||
COMMENTO_PORT: 8080
|
COMMENTO_PORT: 8080
|
||||||
COMMENTO_POSTGRES: postgres://postgres:postgres@db:5432/commento?sslmode=disable
|
COMMENTO_POSTGRES: postgres://postgres:postgres@db:5432/commento?sslmode=disable
|
||||||
COMMENTO_SMTP_HOST: ${SMTP_HOST}
|
COMMENTO_SMTP_HOST: ${SMTP_HOST}
|
||||||
|
@@ -2,13 +2,16 @@ version: '3.9'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
umami:
|
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
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgresql://umami:umami@db:5432/umami
|
DATABASE_URL: postgresql://umami:umami@db:5432/umami
|
||||||
DATABASE_TYPE: postgresql
|
DATABASE_TYPE: postgresql
|
||||||
HASH_SALT: ${SALT}
|
|
||||||
TRACKER_SCRIPT_NAME: u
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
networks:
|
networks:
|
||||||
|
Reference in New Issue
Block a user