chore: reverted old services to old ports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
:80 :3000 {
|
||||
:8080 {
|
||||
try_files {path} /
|
||||
root * /site
|
||||
file_server
|
||||
|
||||
@@ -18,5 +18,4 @@ WORKDIR /site
|
||||
COPY packages/hoppscotch-selfhost-web/Caddyfile /etc/caddy/Caddyfile
|
||||
COPY --from=builder /usr/src/app/packages/hoppscotch-selfhost-web/dist/ .
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 3000
|
||||
EXPOSE 8080
|
||||
|
||||
5
packages/hoppscotch-selfhost-web/aio.Caddyfile
Normal file
5
packages/hoppscotch-selfhost-web/aio.Caddyfile
Normal file
@@ -0,0 +1,5 @@
|
||||
:80 :3000 {
|
||||
try_files {path} /
|
||||
root * /site
|
||||
file_server
|
||||
}
|
||||
Reference in New Issue
Block a user