- Install Docker Desktop
- Run
npm run docker:start - 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
