fix port numbers
Some checks failed
ci / test (push) Failing after 1m32s
fp/our CI/CD / build (push) Has been cancelled

This commit is contained in:
CJ_Clippy 2025-09-28 21:23:29 -08:00
parent 20cdf9b61d
commit a86568dced
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ services:
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
ports:
- target: 3000 # container port
published: 8083 # Swarm ingress port
published: 8084 # Swarm ingress port
protocol: tcp
mode: ingress

View File

@ -1,7 +1,7 @@
{
"name": "futureporn-our",
"private": true,
"version": "2.8.23",
"version": "2.8.25",
"type": "module",
"scripts": {
"dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale",
@ -116,4 +116,4 @@
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}
}