Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 deletions

View File

@@ -0,0 +1,21 @@
services:
tinyauth:
container_name: tinyauth
image: ghcr.io/steveiliop56/tinyauth:v3.6.2
restart: unless-stopped
environment:
- SECRET=${SECRET}
- APP_URL=${APP_URL}
- GENERIC_NAME=${GENERIC_NAME}
- GENERIC_CLIENT_ID=${GENERIC_CLIENT_ID}
- GENERIC_CLIENT_SECRET=${GENERIC_CLIENT_SECRET}
- GENERIC_AUTH_URL=${GENERIC_AUTH_URL}
- GENERIC_TOKEN_URL=${GENERIC_TOKEN_URL}
- GENERIC_USER_URL=${GENERIC_USER_URL}
- GENERIC_SCOPES=${GENERIC_SCOPES}
networks:
- frontend
networks:
frontend:
external: true