- Notifications
You must be signed in to change notification settings - Fork22
Open
Description
Use case:
I want to add a coder_app which opens another container's url instead of being limited tohttp:/:localhost:[PORT]/[SUBPATH]
:
(Of course, both containers are part of the same docker network, and the url resolve correctly when usingcurl
.)
example:
resource"coder_app""auth_phpmyadmin" {agent_id=coder_agent.workspace.idslug="pma-auth"icon="https://www.phpmyadmin.net/static/images/logo.png"url="http://other-container-phpmyadmin:80/"subdomain=trueshare="authenticated"}
Metadata
Metadata
Assignees
Labels
No labels