-
Notifications
You must be signed in to change notification settings - Fork 13
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
Webhook fail on internal_api/webhook #4
Comments
I eventually managed to have the suite up and running with successful web session. Here is the fixed docker-compose file:
Note: the variables |
I have this error: tmate-ssh-server | sh: out of range |
I guess you didn't configure the host keys in the |
Resolve. Thanks!! This is my file: |
Then you should use the port on whitch nginx-proxy is listening : 80 or 443. The requests should be passed to the proper port of the proper docker instance depending on the requested domaine name.
Might be because you define both |
Should I use something like this? Sorry, but I'm having a hard time configuring the variables Could you explain the meaning to me more clearly? Very last question: Thanks in advance for your patience. |
I have this error. tmate-master | 20:23:40.016 [info] [swarm on [email protected]] [tracker:cluster_wait] no connected nodes, proceeding without sync Attach my configuration |
No. Please read carefuly the nginx-proxy documentation and try first with simple examples such as |
Thanks for all. Now i have this error. What is? mate-ssh-server | [JgFW...] sysname=Linux machine=armv7l release=5.10.60-v7l+ version=#1449 SMP Wed Aug 25 15:00:44 BST 2021 nodename=raspberrypi |
No idea. |
Hi,
I'm aware that you recommend
tilt
, but my server runs several services already usingansible
+docker-compose
, and I'd like it to host atmate
service as well.I'm almost there:
tmate-ssh-server
works. But nottmate-websocket
where the docker log reports this error on new sessions:And the web session URL returns
404
with this text::(
.I see no error message in the
tmate-ssh-server
docker log.Here is my
docker-compose
configuration:Note: I had to tweak the
tmate-ssh-server
's entrypoint to pass the websocket container's host name (WEBSOCKET_HOSTNAME
) to the daemon, because it was hardcoded tolocalhost
.The text was updated successfully, but these errors were encountered: