updated docs
This commit is contained in:
parent
1ea69f9696
commit
ba9b1a9a73
|
|
@ -35,9 +35,9 @@ docker compose -f docker-compose-services.yml build --no-cache && docker compose
|
||||||
```
|
```
|
||||||
|
|
||||||
## Service Ports
|
## Service Ports
|
||||||
- Auth Service: http://localhost:41575
|
- Auth Service: http://localhost:8081
|
||||||
- Event Service: http://localhost:41576
|
- Event Service: http://localhost:8082
|
||||||
- Validation Service: http://localhost:41577
|
- Validation Service: http://localhost:8083
|
||||||
|
|
||||||
## Development Notes
|
## Development Notes
|
||||||
- Use clean build (--no-cache) when:
|
- Use clean build (--no-cache) when:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue