mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
root: move API client generation to docker-compose (#17434)
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
committed by
GitHub
parent
296b348bd2
commit
d91dcf4eef
@@ -1,4 +0,0 @@
|
||||
additionalProperties:
|
||||
packageName: authentik_client
|
||||
projectName: authentik-client
|
||||
infoName: authentik Team
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
services:
|
||||
diff:
|
||||
image: docker.io/openapitools/openapi-diff:2.1.3
|
||||
restart: never
|
||||
network_mode: none
|
||||
volumes:
|
||||
- ../../:/local
|
||||
|
||||
gen:
|
||||
image: docker.io/openapitools/openapi-generator-cli:v7.16.0
|
||||
restart: never
|
||||
network_mode: none
|
||||
volumes:
|
||||
- ../../:/local
|
||||
@@ -1,4 +1,4 @@
|
||||
templateDir: /local/scripts/api-ts-templates/
|
||||
templateDir: /local/scripts/api/ts-templates/
|
||||
additionalProperties:
|
||||
typescriptThreePlus: true
|
||||
supportsES6: true
|
||||
Reference in New Issue
Block a user