Remove PGID and PUID from Penpot

This commit is contained in:
2026-01-20 15:04:26 +00:00
parent ad97c5ec81
commit cdc0c89b7b
@@ -29,8 +29,6 @@ locals {
postgres_tag = var.postgres_image_tag
env_file = "${path.module}/.env"
internal_port = 8080
USER_ID = var.user_id
GROUP_ID = var.group_id
penpot_volumes = [
@@ -58,8 +56,6 @@ locals {
# Disable emails and enable OIDC since this is a private instanced managed with Authentik
penpot_frontend_env_vars = {
PENPOT_FLAGS = "disable-registration disable-email-verification disable-smtp enable-prepl-server enable-login-with-oidc"
PUID="1001"
PGID="1001"
}
penpot_backend_env_vars = {