longclaw icon indicating copy to clipboard operation
longclaw copied to clipboard

How to start longclaw with docker?

Open officerebel opened this issue 4 years ago • 2 comments

When I docker-compose up I get

docusaurus_1 | LiveReload server started on port 35729 docusaurus_1 | Docusaurus server started on port 3000 But not port 8000?

officerebel avatar Feb 23 '20 19:02 officerebel

Hi. If you want to change the port, it is recommended to check the settings. Here is the file where the ports are specified https://github.com/JamesRamm/longclaw/blob/master/docker-compose.yml

If you just want to start a project in port 8001, take the settings from this file https://github.com/JamesRamm/longclaw/blob/master/Dockerfile.dev

alexfromvl avatar Mar 28 '20 12:03 alexfromvl

Hi @officerebel the docker-compose file is for the docs only at the moment. There is a basic docker example here: https://github.com/JamesRamm/longclaw_demo

JamesRamm avatar Mar 28 '20 18:03 JamesRamm