added postgres and pdadmin
This commit is contained in:
@@ -226,6 +226,14 @@ http:
|
|||||||
- redirect-to-https
|
- redirect-to-https
|
||||||
service: noop@internal
|
service: noop@internal
|
||||||
|
|
||||||
|
pgadmin-express-http:
|
||||||
|
rule: "Host(`pgadmin.aetoskia.com`)"
|
||||||
|
entryPoints:
|
||||||
|
- web
|
||||||
|
middlewares:
|
||||||
|
- redirect-to-https
|
||||||
|
service: noop@internal
|
||||||
|
|
||||||
api-http:
|
api-http:
|
||||||
rule: "Host(`api.aetoskia.com`)"
|
rule: "Host(`api.aetoskia.com`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
@@ -419,6 +427,14 @@ http:
|
|||||||
tls:
|
tls:
|
||||||
certResolver: aetoskia
|
certResolver: aetoskia
|
||||||
|
|
||||||
|
pgadmin:
|
||||||
|
rule: "Host(`pgadmin.aetoskia.com`)"
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
service: pgadmin-svc
|
||||||
|
tls:
|
||||||
|
certResolver: aetoskia
|
||||||
|
|
||||||
blog-api:
|
blog-api:
|
||||||
rule: "Host(`api.aetoskia.com`) && PathPrefix(`/blogs`)"
|
rule: "Host(`api.aetoskia.com`) && PathPrefix(`/blogs`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
@@ -543,6 +559,11 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: "http://private-pi:8001"
|
- url: "http://private-pi:8001"
|
||||||
|
|
||||||
|
pgadmin-svc:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: "http://private-pi:8002"
|
||||||
|
|
||||||
# ----------------------
|
# ----------------------
|
||||||
# API
|
# API
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ entryPoints:
|
|||||||
address: ":22"
|
address: ":22"
|
||||||
mongo:
|
mongo:
|
||||||
address: ":27017"
|
address: ":27017"
|
||||||
|
postgres:
|
||||||
|
address: ":5432"
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
file:
|
file:
|
||||||
|
|||||||
Reference in New Issue
Block a user