Swap Ghost and Wordpress for alo.land
This commit is contained in:
@@ -117,6 +117,12 @@
|
|||||||
rule = "Host(`musictogethersilvercoast.pt`)";
|
rule = "Host(`musictogethersilvercoast.pt`)";
|
||||||
service = "varnish-cache";
|
service = "varnish-cache";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
alo-land = {
|
||||||
|
entryPoints = "websecure";
|
||||||
|
rule = "Host(`alo.land`)";
|
||||||
|
service = "varnish-cache";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ job "ghost" {
|
|||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.http.routers.ghost.entryPoints=websecure",
|
"traefik.http.routers.ghost.entryPoints=websecure",
|
||||||
"traefik.http.routers.ghost.rule=Host(`alo.land`)",
|
"traefik.http.routers.ghost.rule=Host(`aloland.v.paler.net`)",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -71,10 +71,8 @@ job "wordpress" {
|
|||||||
tags = [
|
tags = [
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.http.routers.wordpress.entryPoints=web4proxy",
|
"traefik.http.routers.wordpress.entryPoints=web4proxy",
|
||||||
"traefik.http.routers.wordpress.rule=Host(`wordpress.paler.net`) || Host(`ines.paler.net`) || Host(`coachingfor.me`) || Host(`coachingfor.work`) || Host(`petru.ines.paler.net`) || Host(`liam.paler.net`) || Host(`tomas.paler.net`) || Host(`musictogethersilvercoast.pt`)",
|
"traefik.http.routers.wordpress.rule=Host(`wordpress.paler.net`) || Host(`ines.paler.net`) || Host(`coachingfor.me`) || Host(`coachingfor.work`) || Host(`petru.ines.paler.net`) || Host(`liam.paler.net`) || Host(`tomas.paler.net`) || Host(`musictogethersilvercoast.pt`) || Host(`alo.land`)",
|
||||||
"traefik.http.routers.wordpress.middlewares=compress@file",
|
"traefik.http.routers.wordpress.middlewares=compress@file",
|
||||||
"traefik.http.routers.alopress.entryPoints=websecure",
|
|
||||||
"traefik.http.routers.alopress.rule=Host(`aloland.v.paler.net`)",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
|
|||||||
Reference in New Issue
Block a user