1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

chore: update dev ports (#14256)

This commit is contained in:
Jason Rasmussen 2024-11-20 14:44:19 -05:00 committed by GitHub
parent 876893c823
commit ed8a3101a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -47,6 +47,7 @@ services:
ports: ports:
- 9230:9230 - 9230:9230
- 9231:9231 - 9231:9231
- 2283:2283
depends_on: depends_on:
- redis - redis
- database - database
@ -62,7 +63,7 @@ services:
env_file: env_file:
- .env - .env
ports: ports:
- 2283:3000 - 3000:3000
- 24678:24678 - 24678:24678
volumes: volumes:
- ../web:/usr/src/app - ../web:/usr/src/app

View file

@ -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. 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. 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 **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