A docker-compose bundling of the VSC code server (https://github.com/codercom/code-server) with an Nginx reverse proxy
To run:
- Create a file .secret/code-passwd
- Contents of the file should be:
PASSWORD=your_password_here
-
Use certbot (or tool of your choosing) to create certificates.
-
Copy
docker-compose.yml.template
todocker-compose.yml
. -
Update
#### SET ME ####
references in docker-compose.yml to point to your actual certificate/key file locations. -
docker-compose up -d