diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6954aca..d14195a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,6 @@ updates: - "/docker/infrastructure/network/traefik" - "/docker/infrastructure/observability" - "/docker/infrastructure/squid" - - "/docker/infrastructure/sshportal" - "/docker/personal/fireshare" - "/docker/personal/gramps" - "/docker/personal/media/films-series/jackett" diff --git a/.swarmcd/stacks.yaml b/.swarmcd/stacks.yaml index 25b8bda..fa59d98 100644 --- a/.swarmcd/stacks.yaml +++ b/.swarmcd/stacks.yaml @@ -43,11 +43,6 @@ squid: branch: main compose_file: docker/infrastructure/squid/docker-compose.yml -sshportal: - repo: homeprod - branch: main - compose_file: docker/infrastructure/sshportal/docker-compose.yml - fireshare: repo: homeprod branch: main diff --git a/docker/infrastructure/sshportal/docker-compose.yml b/docker/infrastructure/sshportal/docker-compose.yml deleted file mode 100644 index ddc5af7..0000000 --- a/docker/infrastructure/sshportal/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -services: - sshportal: - image: moul/sshportal - container_name: sshportal - ports: - - "2222:2222" - volumes: - - "data:/root/" - -volumes: - data: