|
|
|
@ -26,7 +26,7 @@ services:
|
|
|
|
|
- penpot |
|
|
|
|
|
|
|
|
|
environment: |
|
|
|
|
- PENPOT_FLAGS=enable-registration enable-login-with-password enable-login-with-oidc |
|
|
|
|
- PENPOT_FLAGS=enable-registration enable-login-with-password |
|
|
|
|
|
|
|
|
|
penpot-backend: |
|
|
|
|
image: "penpotapp/backend:latest" |
|
|
|
@ -43,11 +43,7 @@ services:
|
|
|
|
|
- penpot |
|
|
|
|
|
|
|
|
|
environment: |
|
|
|
|
- PENPOT_FLAGS=enable-registration enable-login-with-password enable-login-with-oidc disable-email-verification enable-smtp enable-prepl-server |
|
|
|
|
- PENPOT_OIDC_CLIENT_ID=${PENPOT_OIDC_CLIENT_ID} |
|
|
|
|
- PENPOT_OIDC_BASE_URI=${PENPOT_OIDC_BASE_URI} |
|
|
|
|
- PENPOT_OIDC_CLIENT_SECRET=${PENPOT_OIDC_CLIENT_SECRET} |
|
|
|
|
|
|
|
|
|
- PENPOT_FLAGS=enable-registration enable-login-with-password disable-email-verification enable-smtp enable-prepl-server |
|
|
|
|
|
|
|
|
|
penpot-exporter: |
|
|
|
|
image: "penpotapp/exporter:latest" |
|
|
|
|