Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 584 Bytes

File metadata and controls

18 lines (13 loc) · 584 Bytes

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