fix: replaces test swarm file with dynamic node port

This commit is contained in:
2025-09-14 23:00:40 -05:00
parent f1b8b34359
commit 09e1c75826
2 changed files with 1 additions and 34 deletions

View File

@@ -2,7 +2,7 @@ services:
app:
image: registry.caldwell.digital/home/torsearch-app:${TAG}
ports:
- '8001:80'
- "${SWARM_PORT}:80"
environment:
MERCURE_PUBLISHER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'
MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'