- Start dev environment using
docker-compose up --buildcommand. - Client is available at http://localhost:3000
- Server is available at http://localhost:8000
- Copy
docker-compose.override.ymlinto thedocker-compose.prod.ymlfile. - Start the production server with the
docker-compose up --build -dcommand.-dflag runs it as daemon in the background.