mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-04-13 09:18:10 +00:00
11 lines
321 B
YAML
11 lines
321 B
YAML
# 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"
|