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

@@ -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: