Fix Loading Previews in Penpot
This commit is contained in:
parent
149fd307f2
commit
927d57e9c9
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user