penpot: switch to stock penpot image and version 2.1.3

Do that since it now has all the fixes applied we need.
This commit is contained in:
June 2024-08-27 00:00:55 +02:00
parent 0395484ea9
commit b26320f999
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -12,7 +12,7 @@ let
# https://help.penpot.app/technical-guide/configuration/#common
# https://github.com/penpot/penpot/commit/ea7ad2aaa096f8d190d740f693f22f3ed1f05088
commonPenpotFlags = "disable-registration enable-oidc-registration disable-login-with-password enable-login-with-oidc";
penpotVersion = "2.1.2";
penpotVersion = "2.1.3";
in
{
virtualisation.docker.enable = true;
@ -21,7 +21,7 @@ in
containers = {
"penpot-frontend" = {
autoStart = true;
image = "git.hamburg.ccc.de/ccchh/oci-images/penpot/frontend:${penpotVersion}";
image = "docker.io/penpotapp/frontend:${penpotVersion}";
extraOptions = [ "--network=penpot" ];
ports = [ "9001:80" ];
volumes = [ "penpot_assets:/opt/data/assets" ];
@ -39,7 +39,7 @@ in
"penpot-backend" = {
autoStart = true;
image = "git.hamburg.ccc.de/ccchh/oci-images/penpot/backend:${penpotVersion}";
image = "docker.io/penpotapp/backend:${penpotVersion}";
extraOptions = [ "--network=penpot" ];
volumes = [ "penpot_assets:/opt/data/assets" ];
dependsOn = [
@ -95,7 +95,7 @@ in
"penpot-exporter" = {
autoStart = true;
image = "git.hamburg.ccc.de/ccchh/oci-images/penpot/exporter:${penpotVersion}";
image = "docker.io/penpotapp/exporter:${penpotVersion}";
extraOptions = [ "--network=penpot" ];
environment = {
# https://help.penpot.app/technical-guide/configuration/#exporter