chore(services/penpot): Disabled onboarding questions and newsletter
This commit is contained in:
parent
5fb7082751
commit
97486473bc
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
"penpot_assets:/opt/data/assets"
|
"penpot_assets:/opt/data/assets"
|
||||||
];
|
];
|
||||||
environment = {
|
environment = {
|
||||||
PENPOT_FLAGS = "disable-login-with-password disable-registration enable-login-with-oidc";
|
PENPOT_FLAGS = "disable-login-with-password disable-registration enable-login-with-oidc disable-onboarding-newsletter disable-onboarding-questions";
|
||||||
};
|
};
|
||||||
dependsOn = [
|
dependsOn = [
|
||||||
"penpot-backend"
|
"penpot-backend"
|
||||||
|
|
Loading…
Reference in a new issue