/code-server-compose

A docker compose bundling of the VSC code server with an Nginx reverse proxy frontend. This project is unmaintained and archived.

code-server-compose

⚠️ This project is no longer maintained!

A docker-compose bundling of the VSC code server (https://github.com/codercom/code-server) with an Nginx reverse proxy

To run:

  1. Create a file .secret/code-passwd
  2. Contents of the file should be:
PASSWORD=your_password_here
  1. Use certbot (or tool of your choosing) to create certificates.

  2. Copy docker-compose.yml.template to docker-compose.yml.

  3. Update #### SET ME #### references in docker-compose.yml to point to your actual certificate/key file locations.

  4. docker-compose up -d