mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 09:10:42 +02:00
11 lines
244 B
YAML
11 lines
244 B
YAML
services:
|
|
tinyauth:
|
|
image: ghcr.io/steveiliop56/tinyauth:v4
|
|
container_name: tinyauth
|
|
restart: unless-stopped
|
|
ports:
|
|
- '8020:80'
|
|
environment:
|
|
- APP_URL="${TINYAUTH_URL}"
|
|
- USERS="${AUTH_USER_PASSWORD}"
|