diff --git a/Caddyfile b/Caddyfile index a7873a3..935c20e 100644 --- a/Caddyfile +++ b/Caddyfile @@ -50,10 +50,6 @@ import application_base "forgejo" 3000 } -:52052 { - import application_base "forgejo-ssh" 2052 -} - :53001 { import application_base "forgejo-pg-exporter" 3001 } diff --git a/service.yml b/service.yml index a8713c5..d32233d 100644 --- a/service.yml +++ b/service.yml @@ -5,8 +5,6 @@ ports: container: 53100 - host: 53000 container: 53000 - - host: 52052 - container: 52052 - host: 53001 container: 53001 - host: 55000