mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-06 12:59:40 +05:00
docs(README): add docker development deployment information and change direct development deployment url
This commit is contained in:
parent
023e0c3a0b
commit
c68c64d0af
5 changed files with 50 additions and 17 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue