fix: take out forge ssh route

This commit is contained in:
Marc 2024-06-13 00:41:34 -04:00
parent 2b37b83edb
commit a008183752
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 0 additions and 6 deletions

View file

@ -50,10 +50,6 @@
import application_base "forgejo" 3000
}
:52052 {
import application_base "forgejo-ssh" 2052
}
:53001 {
import application_base "forgejo-pg-exporter" 3001
}

View file

@ -5,8 +5,6 @@ ports:
container: 53100
- host: 53000
container: 53000
- host: 52052
container: 52052
- host: 53001
container: 53001
- host: 55000