update config
This commit is contained in:
parent
e7296d2b5e
commit
817f07fa4e
@ -712,6 +712,7 @@ notifier:
|
|||||||
## (only works for unauthenticated connections)
|
## (only works for unauthenticated connections)
|
||||||
## - validate the SMTP server x509 certificate during the TLS handshake against the hosts trusted certificates
|
## - validate the SMTP server x509 certificate during the TLS handshake against the hosts trusted certificates
|
||||||
## (configure in tls section)
|
## (configure in tls section)
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
username: godopu16@gmail.com #your email address
|
username: godopu16@gmail.com #your email address
|
||||||
password: cdjdagxrmywcbaqf #your email password
|
password: cdjdagxrmywcbaqf #your email password
|
||||||
|
Binary file not shown.
15
config/coredns/Corefile
Normal file
15
config/coredns/Corefile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
.:53 {
|
||||||
|
hosts {
|
||||||
|
192.168.0.9 famtech.priv
|
||||||
|
192.168.0.9 consul.famtech.priv
|
||||||
|
192.168.0.9 etri.priv
|
||||||
|
ttl 300
|
||||||
|
fallthrough
|
||||||
|
}
|
||||||
|
forward . 155.230.10.2
|
||||||
|
log
|
||||||
|
cache
|
||||||
|
errors
|
||||||
|
reload 20s
|
||||||
|
whoami
|
||||||
|
}
|
@ -48,6 +48,42 @@ http:
|
|||||||
tls:
|
tls:
|
||||||
certresolver: https-resolver
|
certresolver: https-resolver
|
||||||
|
|
||||||
|
to-famtech:
|
||||||
|
rule: Host(`famtech.godopu.com`)
|
||||||
|
service: famtech-app
|
||||||
|
entrypoints: http
|
||||||
|
middlewares: https-redirect
|
||||||
|
to-famtech-secure:
|
||||||
|
rule: Host(`famtech.godopu.com`)
|
||||||
|
service: famtech-app
|
||||||
|
entrypoints: https
|
||||||
|
tls:
|
||||||
|
certresolver: https-resolver
|
||||||
|
|
||||||
|
to-etri:
|
||||||
|
rule: Host(`etri.godopu.com`)
|
||||||
|
service: etri-app
|
||||||
|
entrypoints: http
|
||||||
|
middlewares: https-redirect
|
||||||
|
to-etri-secure:
|
||||||
|
rule: Host(`etri.godopu.com`)
|
||||||
|
service: etri-app
|
||||||
|
entrypoints: https
|
||||||
|
tls:
|
||||||
|
certresolver: https-resolver
|
||||||
|
|
||||||
|
to-mqtt:
|
||||||
|
rule: Host(`mqtt.godopu.com`)
|
||||||
|
service: mqtt-broker
|
||||||
|
entrypoints: http
|
||||||
|
middlewares: https-redirect
|
||||||
|
to-mqtt-secure:
|
||||||
|
rule: Host(`mqtt.godopu.com`)
|
||||||
|
service: mqtt-broker
|
||||||
|
entrypoints: https
|
||||||
|
tls:
|
||||||
|
certresolver: https-resolver
|
||||||
|
|
||||||
middlewares:
|
middlewares:
|
||||||
https-redirect:
|
https-redirect:
|
||||||
redirectscheme:
|
redirectscheme:
|
||||||
@ -59,13 +95,35 @@ http:
|
|||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://traefik:8080
|
- url: http://traefik:8080
|
||||||
|
|
||||||
iot-ws:
|
iot-ws:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://iot-web-server:4000
|
- url: http://iot-web-server:4000
|
||||||
|
|
||||||
authelia:
|
authelia:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://authelia-app:9091
|
- url: http://authelia-app:9091
|
||||||
|
famtech-app:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: http://192.168.0.9:9880
|
||||||
|
etri-app:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: http://192.168.0.9:3000
|
||||||
|
mqtt-broker:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: http://192.168.0.9:9880
|
||||||
|
|
||||||
|
# tcp:
|
||||||
|
# routers:
|
||||||
|
# to-rdp:
|
||||||
|
# entryPoints:
|
||||||
|
# - "tcp"
|
||||||
|
# service: rdp-app
|
||||||
|
# services:
|
||||||
|
# rdp-app:
|
||||||
|
# loadBalancer:
|
||||||
|
# servers:
|
||||||
|
# - url: tcp://vpn.godopu.com:8080
|
@ -26,19 +26,23 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|
||||||
iot-web-server:
|
iot-web-server:
|
||||||
|
# build: ./webserver
|
||||||
|
image: hub.godopu.com/pu-webserver:latest
|
||||||
hostname: iot-web-server
|
hostname: iot-web-server
|
||||||
build: ./webserver
|
|
||||||
image: iot-web-server/v0.1
|
|
||||||
networks:
|
networks:
|
||||||
- lab-net
|
- lab-net
|
||||||
container_name: iot-web-server
|
container_name: iot-web-server
|
||||||
restart: always
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
- authelia-app
|
||||||
|
- traefik
|
||||||
volumes:
|
volumes:
|
||||||
- "/home/sjkoh/www:/home/www"
|
- "/home/sjkoh/www:/home/www"
|
||||||
|
|
||||||
openvscode-server:
|
openvscode-server:
|
||||||
image: gitpod/openvscode-server:latest
|
image: gitpod/openvscode-server:latest
|
||||||
container_name: "openvscode-server"
|
container_name: "openvscode-server"
|
||||||
|
restart: unless-stopped
|
||||||
hostname: openvscode-server
|
hostname: openvscode-server
|
||||||
networks:
|
networks:
|
||||||
- lab-net
|
- lab-net
|
||||||
|
1
homepage
Submodule
1
homepage
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e7296d2b5e44d6648a743ffc4c018ca4b77c6802
|
Loading…
Reference in New Issue
Block a user