Archive projects
This commit is contained in:
21
.archived/tinyauth/docker-compose.yml
Normal file
21
.archived/tinyauth/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user