You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ docker compose up -d
15
15
16
16
* Now you can open your browser and interact with these URLs:
17
17
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
19
19
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
21
21
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
23
23
24
-
Adminer, database web administration: http://localhost:8080
24
+
Adminer, database web administration: https://adminer.ituacm.com
25
25
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
27
27
28
28
**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.
0 commit comments