fix: replaces test swarm file with dynamic node port
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
|||||||
app:
|
app:
|
||||||
image: registry.caldwell.digital/home/torsearch-app:${TAG}
|
image: registry.caldwell.digital/home/torsearch-app:${TAG}
|
||||||
ports:
|
ports:
|
||||||
- '8001:80'
|
- "${SWARM_PORT}:80"
|
||||||
environment:
|
environment:
|
||||||
MERCURE_PUBLISHER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'
|
MERCURE_PUBLISHER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'
|
||||||
MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'
|
MERCURE_SUBSCRIBER_JWT_KEY: '!ChangeThisMercureHubJWTSecretKey!'
|
||||||
|
|||||||
@@ -1,33 +0,0 @@
|
|||||||
services:
|
|
||||||
app:
|
|
||||||
extends:
|
|
||||||
file: 'deploy.compose.yml'
|
|
||||||
service: app
|
|
||||||
ports:
|
|
||||||
- '8014:80'
|
|
||||||
|
|
||||||
|
|
||||||
worker:
|
|
||||||
extends:
|
|
||||||
file: 'deploy.compose.yml'
|
|
||||||
service: worker
|
|
||||||
|
|
||||||
|
|
||||||
scheduler:
|
|
||||||
extends:
|
|
||||||
file: 'deploy.compose.yml'
|
|
||||||
service: scheduler
|
|
||||||
|
|
||||||
|
|
||||||
redis:
|
|
||||||
extends:
|
|
||||||
file: 'deploy.compose.yml'
|
|
||||||
service: redis
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
mysql:
|
|
||||||
mercure_config:
|
|
||||||
mercure_data:
|
|
||||||
redis_data:
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user