deploy with custom ports
The no-code platform to automate conversations
Brought to you by:
micheletiledesk
Originally created by: juanbits
Hi,
I am using a centos dedicated server with shared services, and i want to deploy Tiledesk community.
On the readme instructions, you specify how can We deploy on docker, but some of the public ports in my server has already used by other services.
How can I deploy with custom ports? I only need to change the ports of each container and then modify the next vars in the docker-compose.yaml :
CHAT21_URL
WEBHOOK_ENDPOINT
thanks in advance
Originally posted by: juanbits
i deployed the container and this is my docker-compose.yml
i added the mongo-express to check some things, the databases and collections exists on mongo, and the user admin@tile... exists, but when i try to login i (POST http://myip:4150/api/auth/signin) got the response:
405 Not Allowed
any idea?
Originally posted by: juanbits
actually if i send a PUT request via web GUI to recover password (PUT http://myip:4150/api/auth/requestresetpsw ) I got the same response:
405 Not Allowed
Originally posted by: juanbits
I think the error resides on the nginx service, because is mapped to the port 80 on my $host and my $host have used the port 80, how can I modify the nginx service port to deploy tiledesk on a dedicated-shared server?