MMD
All checks were successful
Build and Deploy MoneyMaker / build-and-deploy (push) Successful in 15m12s
All checks were successful
Build and Deploy MoneyMaker / build-and-deploy (push) Successful in 15m12s
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
nohup: ignorerer inddata
|
nohup: ignorerer inddata
|
||||||
|
|
||||||
MoneyMaker Dashboard → http://localhost:5001
|
MoneyMaker Dashboard -> http://localhost:5001
|
||||||
|
|
||||||
* Serving Flask app 'dashboard'
|
* Serving Flask app 'dashboard'
|
||||||
* Debug mode: off
|
* Debug mode: off
|
||||||
@@ -9,27 +9,5 @@ nohup: ignorerer inddata
|
|||||||
* Running on http://127.0.0.1:5001
|
* Running on http://127.0.0.1:5001
|
||||||
* Running on http://192.168.15.40:5001
|
* Running on http://192.168.15.40:5001
|
||||||
[33mPress CTRL+C to quit[0m
|
[33mPress CTRL+C to quit[0m
|
||||||
127.0.0.1 - - [26/May/2026 22:02:50] "GET /health HTTP/1.1" 200 -
|
127.0.0.1 - - [26/May/2026 22:52:33] "GET /health HTTP/1.1" 200 -
|
||||||
127.0.0.1 - - [26/May/2026 22:02:58] "GET / HTTP/1.1" 200 -
|
127.0.0.1 - - [26/May/2026 22:52:39] "GET / HTTP/1.1" 200 -
|
||||||
127.0.0.1 - - [26/May/2026 22:05:52] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:06:00] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:06:01] "[33mGET /favicon.ico HTTP/1.1[0m" 404 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:07:01] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:08:02] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:09:02] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:10:03] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:11:04] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:12:04] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:13:05] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:14:05] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:15:06] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:16:06] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:17:07] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:18:08] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:18:32] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:18:33] "[33mGET /favicon.ico HTTP/1.1[0m" 404 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:19:08] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:19:34] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:20:09] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:20:36] "GET / HTTP/1.1" 200 -
|
|
||||||
127.0.0.1 - - [26/May/2026 22:21:09] "GET / HTTP/1.1" 200 -
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
job "moneymaker" {
|
job "mmd" {
|
||||||
region = "global"
|
region = "global"
|
||||||
datacenters = ["dc1"]
|
datacenters = ["dc1"]
|
||||||
type = "service"
|
type = "service"
|
||||||
@@ -37,13 +37,13 @@ job "moneymaker" {
|
|||||||
|
|
||||||
service {
|
service {
|
||||||
provider = "consul"
|
provider = "consul"
|
||||||
name = "moneymaker"
|
name = "mmd"
|
||||||
port = "http"
|
port = "http"
|
||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.http.routers.moneymaker.rule=Host(`mmd.i80.dk`)",
|
"traefik.http.routers.mmd.rule=Host(`mmd.i80.dk`)",
|
||||||
"traefik.http.routers.moneymaker.tls=true",
|
"traefik.http.routers.mmd.tls=true",
|
||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
|
|||||||
Reference in New Issue
Block a user