Browse Source

Update 'penpot/docker-compose.yml'

master
jared 10 months ago
parent
commit
ed3cca7ca4
  1. 8
      penpot/docker-compose.yml

8
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"

Loading…
Cancel
Save