Skip to content

Instantly share code, notes, and snippets.

View paulfitz's full-sized avatar
👻
boo!

Paul Fitzpatrick paulfitz

👻
boo!
View GitHub Profile
@paulfitz
paulfitz / docker-compose.yml
Created March 31, 2022 15:47
Running Grist with traefik-forward-auth
# You need to set PROVIDERS_GOOGLE_CLIENT_ID, PROVIDERS_GOOGLE_CLIENT_SECRET,
# and to set DOMAIN and EMAIL in environment
# (e.g. DOMAIN=selfhosted.example.com EMAIL=example@getgrist.com docker compose up)
# The EMAIL will be used in a letsencrypt certificate, and will be the only user able to log in initially.
version: '3'
services:
reverse-proxy:
# Use Traefik for routing and certificate handling.