mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-24 21:59:37 +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:
|
||||
|
|
|
@ -4,7 +4,7 @@ entryPoints:
|
|||
|
||||
api:
|
||||
insecure: false
|
||||
dashboard: true
|
||||
dashboard: false
|
||||
|
||||
providers:
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue