Skip to content

Commit

Permalink
chore: update dev ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 committed Nov 20, 2024
1 parent 98c9ae1 commit e24a3c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
ports:
- 9230:9230
- 9231:9231
- 2283:2283
depends_on:
- redis
- database
Expand All @@ -62,7 +63,7 @@ services:
env_file:
- .env
ports:
- 2283:3000
- 3000:3000
- 24678:24678
volumes:
- ../web:/usr/src/app
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/developer/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ All the services are packaged to run as with single Docker Compose command.
make dev # required Makefile installed on the system.
```

5. Access the dev instance in your browser at http://localhost:2283, or connect via the mobile app.
5. Access the dev instance in your browser at http://localhost:3000, or connect via the mobile app.

All the services will be started with hot-reloading enabled for a quick feedback loop.

You can access the web from `http://your-machine-ip:2283` or `http://localhost:2283` and access the server from the mobile app at `http://your-machine-ip:2283/api`
You can access the web from `http://your-machine-ip:3000` or `http://localhost:3000` and access the server from the mobile app at `http://your-machine-ip:3000/api`

**Note:** the "web" development container runs with uid 1000. If that uid does not have read/write permissions on the mounted volumes, you may encounter errors

Expand Down

0 comments on commit e24a3c1

Please sign in to comment.