Hosting using an existing proxy manager #470
Replies: 5 comments 7 replies
-
Hi, can you try setting |
Beta Was this translation helpful? Give feedback.
-
I created a .env file and added NGINX_PORT=456 (just gonna go with that) Placed it within the spleeter web folder Do I then need to run docker-compose -f docker-compose.yml -f docker-compose.prod.yml -f docker-compose.prod.selfhost.yml up as-is or do I need to add it to the command? Im not familiar with using an ENV file I apologize. Doing some research but the format looks odd Do I run this: docker-compose -f docker-compose.yml -f docker-compose.prod.yml -f docker-compose.prod.selfhost.yml --env-file .env up |
Beta Was this translation helpful? Give feedback.
-
So this works locally But when accessing from another host on LAN it seems to still fail When I setup my proxy manager to this host and port, it is accessible from WAN with domain, but once again I get an HTTP 400 response |
Beta Was this translation helpful? Give feedback.
-
The above did work for accessing from another host! That said, I registered with ngix proxy manager using my domain and on WAN it still has an error claiming: Bad Request (400) |
Beta Was this translation helpful? Give feedback.
-
Resolved! |
Beta Was this translation helpful? Give feedback.
-
Hello!
Bit of a newbish question here
I have succesfully deployed the application as-is, but found that it is only accessible on port 80 on localhost, and I cannot access it on other machines on my network.
I saw another post where it was mentioned that a old release enabled the use of "DEV_WEBSERVER_PORT" but I don't quite see this in documentation or in the docker compose prebuilts for CPU
Can someone advise as to how I can go about deploying this on docker with a custom port, say, 7483 (idk random) so that I can then use my existing ngix proxy manager on a diferent host and properly map http/https traffic to this tool?
Many thanks ahead!
Beta Was this translation helpful? Give feedback.
All reactions