diff --git a/penpot/docker-compose.yml b/penpot/docker-compose.yml index 5eaa29b..56c8800 100644 --- a/penpot/docker-compose.yml +++ b/penpot/docker-compose.yml @@ -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"