feat(Plausible): Add new service

This commit is contained in:
2022-02-22 16:02:03 +01:00
parent 895623732f
commit 5d4d7ad7fb
12 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
version: "3.8"
services:
plausible:
environment:
GOOGLE_CLIENT_ID: ${GOOGLE_CLIENT_ID:?err}
GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET:?err}