-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running FlowFuse from Synology NAS using Container Manager #174
Comments
The first approach will not work, you can not just import the containers and start them, as the The manual approach should work, I will have a look to see if I can work out what is happening. |
EDIT: Actually that shouldn't be case. Please run |
After adding DBUSER and DBPASSWORD value, now I got this error: |
Docker Compose version v2.9.0-6413-g38f6acd |
the My gut feel is this is going to be to do with the version of Docker compose available on Synology, but I don't have one to test on. |
I made a mistake, I've set the TLS_ENABLED to "true", but after setting the value back to "", running |
again, this is confusing as I've just done a fresh local pull and install on debian 11 with docker compose v2.29.7 and it starts with just This is making me think it's the docker compose version on the NAS even more. |
@azrin1972, the |
Thanks @hardillb I'll send a ticket to Synology too for them to check. I'll keep this issue open for the time being |
Ok I will try to update the version and update the result Thanks @ppawlowski |
@ppawlowski got it working after updating to v2.30.2 Thanks @hardillb & @ppawlowski for helping me out |
I have a another question How do I use an external emqx instead? The reason I'm asking is because the I got an error |
There is currently no way to use an existing emqx install, the authentication integration is too deep. You can change the port that the
|
Thank you @hardillb |
Current Behavior
I've pulled a docker image "flowfuse/forge-docker" from docker repository
Then I configure the ports, volume and the environment as below
When I Start the container, it immediately stops and this is the log it generates
Alternatively, I've tried to follow the manual installation as described in the Installation guide:
download the 2 files:
I edited the .env file and set the DOMAIN to my registered domain as per my DNS server provider, wildcard has also been enabled in the DNS server.
then executing
docker compose -p flowfuse up -d
gives me
Please advise
configs.postgres_db_setup Additional property content is not allowed
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Linked Customers
No response
The text was updated successfully, but these errors were encountered: