diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index be0a00c..db52f0e 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -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 diff --git a/services/our/package.json b/services/our/package.json index 3b12523..7446bb4 100644 --- a/services/our/package.json +++ b/services/our/package.json @@ -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" } -} +} \ No newline at end of file