add port spec
Some checks failed
ci / test (push) Waiting to run
fp/our CI/CD / build (push) Has been cancelled

This commit is contained in:
CJ_Clippy 2025-09-28 21:19:08 -08:00
parent 5f3c8ac47a
commit 20cdf9b61d
2 changed files with 7 additions and 2 deletions

View File

@ -22,6 +22,11 @@ services:
sh -c "npx prisma migrate deploy && npm run start:server"
volumes:
- /mnt/vfs/futureporn:/mnt/vfs/futureporn
ports:
- target: 3000 # container port
published: 8083 # Swarm ingress port
protocol: tcp
mode: ingress
worker:
image: gitea.futureporn.net/futureporn/our:latest

View File

@ -1,7 +1,7 @@
{
"name": "futureporn-our",
"private": true,
"version": "2.8.22",
"version": "2.8.23",
"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"
}
}
}