docs(README): add docker development deployment information and change direct development deployment url

This commit is contained in:
Kentai Radiquum 2024-04-29 23:37:57 +05:00
parent 023e0c3a0b
commit c68c64d0af
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 50 additions and 17 deletions

View file

@ -1,17 +1,14 @@
http:
routers:
dashboard:
rule: Host(`traefik.test.local`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))
service: api@internal
anix-api:
entryPoints:
- web
rule: Host(`anix.test.local`) && PathPrefix(`/api`)
rule: Host(`127.0.0.1`) && PathPrefix(`/api`)
service: anix-api-svc
anix-front:
entryPoints:
- web
rule: Host(`anix.test.local`)
rule: Host(`127.0.0.1`)
service: anix-front-svc
services: