An open API service indexing awesome lists of open source software.

https://github.com/dmartingarcia/docker-vscode


https://github.com/dmartingarcia/docker-vscode

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# docker-homeautomation

It is part of a [set of repositories](https://github.com/search?q=user%3Admartingarcia+docker) that contain dockerised environments for small applications.

In this case, it contains a self-efficient *VisualStudioCode* setup.

## How to use it

```
cp .env.example .env
docker compose up -d
```

And browse into `http://localhost:8443 in order to see the `VisualStudioCode` window.

## Traefik integration`

It also contains a Traefik integration, that interact with this reverse proxy, routing request to each container in case it matches the specified domain

There's a subdomains exposed:
- vscode.your.domain.com

## .env setup

It contains a basic set of variables like:

- Access password
- http host that uses Traefik to match requests

Please take a look on that and :warning: create your own credentials :warning: in case you want to expose it to the public.

## Docker Traefik

If you want to use this Traefik integration, [take a look at this repository](https://github.com/dmartingarcia/docker-traefik)