From ed3cca7ca4cbb70e12f8bd45fcdc3b7bd4f54ebc Mon Sep 17 00:00:00 2001 From: jared Date: Sat, 22 Jul 2023 00:37:33 -0400 Subject: [PATCH] Update 'penpot/docker-compose.yml' --- penpot/docker-compose.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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"