mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-31 12:34:39 +00:00
Update service environment variables
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
# slogan: Umami is web analytics platform which provides insights into visitor behavior without compromising user privacy.
|
||||
# tags: analytics, insights, privacy
|
||||
# logo: svgs/umami.svg
|
||||
# port: 3000
|
||||
|
||||
services:
|
||||
umami:
|
||||
image: ghcr.io/umami-software/umami:postgresql-latest
|
||||
environment:
|
||||
- SERVICE_FQDN_UMAMI
|
||||
- SERVICE_FQDN_UMAMI_3000
|
||||
- DATABASE_URL=postgres://$SERVICE_USER_POSTGRES:$SERVICE_PASSWORD_POSTGRES@postgresql:5432/$POSTGRES_DB
|
||||
- DATABASE_TYPE=postgres
|
||||
- APP_SECRET=$SERVICE_PASSWORD_64_UMAMI
|
||||
|
||||
Reference in New Issue
Block a user