Orca slicer bits - Need to fix the websocket?
Some checks failed
Trunk Check / Trunk Check Runner (push) Failing after 2s

This commit is contained in:
Greyscale 2024-07-28 17:02:22 +02:00
parent 863287347d
commit dfe02d4fc3
2 changed files with 2 additions and 2 deletions

View file

@ -18,6 +18,7 @@ module "nginx" {
module.vigil_nginx_config.files,
module.videobucket_nginx_config.files,
//module.netbox_nginx_config.files,
module.orcaslicer_nginx_config.files,
)
networks = [
docker_network.loadbalancer,

View file

@ -1,9 +1,8 @@
data "docker_registry_image" "orcaslicer" {
name = "ghcr.io/matthewbaggett/bucket-serve:latest"
name = "lscr.io/linuxserver/orcaslicer:latest"
}
resource "docker_volume" "orcaslicer" {
name = "orcaslicer_config"
}
resource "docker_service" "orcaslicer" {
name = "orcaslicer"