Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
/ code-server-compose Public archive

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

Notifications You must be signed in to change notification settings

ktower/code-server-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks