PAPAMICA / docker-compose-collection

These docker-compose allow you to deploy multiple services easily and quickly. You can use them with Portainer directly or via docker-compose commands.
231 stars 30 forks source link

(Deployment error) Teamspeak #23

Closed jenslys closed 1 year ago

jenslys commented 1 year ago

Getting this error when trying to deploy the Teamspeak server stack:

Deployment error
failed to deploy a stack: time="2023-07-10T19:35:37Z" level=warning msg="The \"SERVICE2\" variable is not set. Defaulting to a blank string." network default declared as external, but could not be found

ENV:

image

mastervash commented 1 year ago

Those empty fields aren't just for show. Try filling them in with the information you set when you ran the traefik installation script that these compose files are meant to accompany.

Hint: Your Traefik network name is probably "proxy" and your service url is going to be the (sub)domain you expect to be using for Teamspeak. 😊

If you still get an error about "proxy" network not found, you should probably check PAPAMICA/docker-environment