Files
selfhosting/10-tinyauth/docker-compose.tinyauth.yml
T

11 lines
243 B
YAML
Raw Normal View History

2025-12-10 18:18:07 +01:00
services:
tinyauth:
image: ghcr.io/steveiliop56/tinyauth:v4
container_name: tinyauth
restart: unless-stopped
ports:
2025-12-10 18:59:37 +01:00
- '8020:3000'
2025-12-10 18:18:07 +01:00
environment:
- APP_URL="${TINYAUTH_URL}"
- USERS="${AUTH_USER_PASSWORD}"