mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
root: fix make gen-diff command (#22548)
This commit is contained in:
+4
-2
@@ -32,11 +32,13 @@ services:
|
||||
restart: always
|
||||
diff:
|
||||
image: docker.io/openapitools/openapi-diff:2.1.7
|
||||
entrypoint: "/bin/true"
|
||||
# Only run when explicitly invoked (e.g. `make gen-diff`), never on `docker compose up`.
|
||||
profiles:
|
||||
- diff
|
||||
restart: no
|
||||
network_mode: none
|
||||
volumes:
|
||||
- ../:/local:ro
|
||||
- ../:/local
|
||||
|
||||
volumes:
|
||||
db-data:
|
||||
|
||||
Reference in New Issue
Block a user