Skip to content

Commit 9a9f42f

Browse files
committed
Update endpoints
1 parent 40f03f5 commit 9a9f42f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ docker compose up -d
1515

1616
* Now you can open your browser and interact with these URLs:
1717

18-
Frontend, built with Docker, with routes handled based on the path: http://localhost
18+
Admin Panel Frontend, built with Docker, with routes handled based on the path: https://admin.ituacm.com
1919

20-
Backend, JSON based web API based on OpenAPI: http://localhost/api/
20+
Backend, JSON based web API based on OpenAPI: https://api.ituacm.com/api
2121

22-
Automatic interactive documentation with Swagger UI (from the OpenAPI backend): http://localhost/docs
22+
Automatic interactive documentation with Swagger UI (from the OpenAPI backend): https://api.ituacm.com/docs
2323

24-
Adminer, database web administration: http://localhost:8080
24+
Adminer, database web administration: https://adminer.ituacm.com
2525

26-
Traefik UI, to see how the routes are being handled by the proxy: http://localhost:8090
26+
Traefik UI, to see how the routes are being handled by the proxy: https://traefik.ituacm.com
2727

2828
**Note**: The first time you start your stack, it might take a minute for it to be ready. While the backend waits for the database to be ready and configures everything. You can check the logs to monitor it.
2929

0 commit comments

Comments
 (0)