Smadger
Smadger
Explore posts from servers
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Shall do thank you
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Oh, amazing thank you. Very useful to know!
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
I just spotted the same start command difference as well :Fingers:
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
It just specifies the latest version 3 of rabbitMQ since a new v4 is in the RC stage so is coming out soon.
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
There is a plugins folder also in that rabbitmq folder which has a message deduplication plugin in and it copies it accross
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Yeah
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
No, there is no rabbitmq conf file
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Yeah this is my custom version of rabbitMQ with a plugin added on top. Here is my dockerfile
FROM rabbitmq:3-management-alpine as rabbitmq
COPY plugins plugins
RUN rabbitmq-plugins enable rabbitmq_message_deduplication
FROM rabbitmq:3-management-alpine as rabbitmq
COPY plugins plugins
RUN rabbitmq-plugins enable rabbitmq_message_deduplication
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Feel free to make any changes to test đź‘Ť
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Thank you so much
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Now, I don't want to sound stupid but I think I've replicated this exactly in my dev environment and it's not working still...
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
As I was having issues previously with environment variables
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Do you know why the variable hasn't worked here?
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
I just want to be able to access both the TCP port (5672) and the HTTP management port (15672) as I need to access the API as well
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Yeah feel free
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
Yeah
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
I'm testing around with this project as I don't want to mess with my main project e269f5dd-f1fb-40f1-9ea5-9b0a20b1c53a
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
No description
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Deploy an app with TCP and HTTPI
e269f5dd-f1fb-40f1-9ea5-9b0a20b1c53a
41 replies
RRailway
Created by Smadger on 8/19/2024 in #✋|help
Conditional re-deploy only if contents of folder change
Amazing thank you, also is there any way of understanding why when I use shared variables it causes issues? In this example. I'm using a shared variable to create my rabbitMQ default user ${{RABBITMQ_DEFAULT_USERNAME}} and if I use this I cannot login, but if I copy the value which the copy button gives me in the UI, paste that into the box replacing the value then it works fine.
5 replies