mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-13 17:27:55 +00:00
Initial thoughts
This commit is contained in:
10
e2e/compose.base.yaml
Normal file
10
e2e/compose.base.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
# This contains base apps without any proxy information
|
||||
|
||||
services:
|
||||
tinyauth:
|
||||
image: ${TINYAUTH_IMAGE:-ghcr.io/steveiliop56/tinyauth}:${TINYAUTH_IMAGE_TAG:-v5}
|
||||
environment:
|
||||
TINYAUTH_ANALYTICS_ENABLED: "false"
|
||||
TINYAUTH_APPURL: "https://tinyauth.${DOMAIN:-local}"
|
||||
volumes:
|
||||
- "./config:/data"
|
||||
Reference in New Issue
Block a user