Official website for Wetfish Enterprises
See https://github.com/wetfish/production-manifests for production deployment and full stack dev env info.
For development:
First you'll want to copy ./config.js.example
to ./config.js
and make some edits.
Then, to run just this stack, do
docker compose \
-f docker-compose.dev.yml \
up -d \
--build \
--force-recreate
docker compose logs -f
The service will be available at http://127.0.0.1:2304
Whenever you make an edit in app/.
If you're brave, you could bind mount in a devlopment directory to /app