longclawshop / longclaw

A shop for Wagtail CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to start longclaw with docker?

officerebel opened this issue · 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?

commented

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

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