Skip to content
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

One domain, many applications. #205

Open
ghost opened this issue Jul 30, 2020 · 1 comment
Open

One domain, many applications. #205

ghost opened this issue Jul 30, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 30, 2020

Hello. I'm running a simple application with:

stanzas:
    - type: webapp
      exec: ../mysite-exe
      hosts:
        - www.mysite.com
        - mysite.com
      env:
        FROM_KETER_CONFIG: PORT

It works fine but I'd like to add another executable either at whatever.mysite.com or mysite.com/whatever. Can this be done with keter? I can't fin any documentation on this and I tried adding more stanzas or type: webapp sections without success. Thank you.

@jwaldmann
Copy link

jwaldmann commented Apr 2, 2021

I tried the same thing. I don't think this is meant to work. From the error message ("host name already taken") I infer that different applications must have different hosts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant