Failed to install app: 409 message: Conflicting tcp port 7473
-
We are packaging another nostr relay for cloudron, the repo is here: https://git.nostrdev.com/stuff/cloudron-orly
This relay includes an embedded neo4j database. This requires enabling some additional ports.
The first deploy seems to be working smoothly.
However the second aborts as follows:
user@ft:~/git/cloudron-orly$ cloudron install -l mleku.ft.hn --image git.nostrdev.com/stuff/cloudron-orly@sha256:4e1fae78b22ce572d07b1c566b97623d948c98935e3c3de06f4b3ddd2e0adf30 Port NEO4J_BROWSER_PORT: 7473 Port BOLT_BROWSER_PORT: 7687 Failed to install app: 409 message: Conflicting tcp port 7473It seems to be possible to deploy in spite of this error if removing the "defaultValue" from the "tcpPorts" config. But then the UI appears borked.
Is there any way to have the tcpPort assigned (to the first available port, perhaps inside of a range) during the initial deploy?
How to deploy multiple instances of an app, that uses additional ports, using the CLI?
-
We are packaging another nostr relay for cloudron, the repo is here: https://git.nostrdev.com/stuff/cloudron-orly
This relay includes an embedded neo4j database. This requires enabling some additional ports.
The first deploy seems to be working smoothly.
However the second aborts as follows:
user@ft:~/git/cloudron-orly$ cloudron install -l mleku.ft.hn --image git.nostrdev.com/stuff/cloudron-orly@sha256:4e1fae78b22ce572d07b1c566b97623d948c98935e3c3de06f4b3ddd2e0adf30 Port NEO4J_BROWSER_PORT: 7473 Port BOLT_BROWSER_PORT: 7687 Failed to install app: 409 message: Conflicting tcp port 7473It seems to be possible to deploy in spite of this error if removing the "defaultValue" from the "tcpPorts" config. But then the UI appears borked.
Is there any way to have the tcpPort assigned (to the first available port, perhaps inside of a range) during the initial deploy?
How to deploy multiple instances of an app, that uses additional ports, using the CLI?
-
N nostrdev has marked this topic as solved