- Install Docker Desktop
- Run
npm run docker:start
- Run
npm run start:devtools
in another tab- If you don't do this, you'll see port
8098
failures in the browser console when the devtools fail to connect
- If you don't do this, you'll see port
- Go to http://localhost:8080 in your browser
You can connect to the db via postgresql://cuttlesworth:p4ssw0rd!@database:5432/cuttle
locally, and query or manage migrations with a database administration tool like DBeaver.
- Runs Vue
- Exposed via http://localhost:8080
- Runs Vite (and Vite Proxy)
- Connects to Sails.js via http://server:1337
- Runs Sails.js
- Exposed via http://localhost:1337
- Hostname of
server:1337
- Connects to Postgres via port
5432
- Runs Postgres
- Exposed via http://localhost:5432