Fix Loading Previews in Penpot

This commit is contained in:
Caleb Braaten 2024-02-26 16:40:51 -08:00
parent 149fd307f2
commit 927d57e9c9

View File

@ -79,6 +79,11 @@ job "penpot" {
local_bind_address = "127.0.0.1" local_bind_address = "127.0.0.1"
local_bind_port = 6061 local_bind_port = 6061
} }
upstreams {
destination_name = "minio"
local_bind_address = "127.0.0.1"
local_bind_port = 9000
}
} }
tags = ["traefik.enable=false"] # Hide service from traefik tags = ["traefik.enable=false"] # Hide service from traefik
} }