Skip to content

Instantly share code, notes, and snippets.

@thomascenni
Created August 26, 2022 14:49
Show Gist options
  • Save thomascenni/c3e8867748eb5ae94c25ac9cb18ac25a to your computer and use it in GitHub Desktop.
Save thomascenni/c3e8867748eb5ae94c25ac9cb18ac25a to your computer and use it in GitHub Desktop.
services:
- type: web
name: umami
env: docker
repo: https://github.com/thomascenni/umami.git
region: oregon # optional (defaults to oregon)
plan: free
branch: main
numInstances: 1
envVars:
- key: DATABASE_URL
fromDatabase:
name: umami-db
property: connectionString
- key: HASH_SALT
generateValue: true
databases:
- name: umami-db
plan: free
databaseName: umami
user: umami
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment