dc setup for cdr/code-server with nix-shell for holochain preloaded and all ports exposed for hc run and a node app
as always, dcomposed repos strive to work with 2-3 commands
git clone https://github.com/dcomposed/holo-code-server.git && cd holo-code-server
(or your fork or ssh url - as you prefer)mv .env.example .env
(you'll need to edit .env and docker-compose to match your domain and traefik setup)docker-compose up -d && docker-compose logs -f
- the default htaccess user/pass is admin/12345
- the default code-server auth code is set in the docker-compose: 1234321! (if you comment/remove that line code-server will auto generate a password and print it in the server logs)
- change the project to be pre-cloned and built via build ARGs or in the Dockerfile
- change the nix version via build ARGs or in the Dockerfile