forked from Deuxfleurs/infrastructure
Fix landing page
This commit is contained in:
parent
eab32df4ee
commit
3431927ad5
4 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
```
|
```
|
||||||
docker build -t superboum/amd64_landing:v5 .
|
docker build -t superboum/amd64_landing:v7 .
|
||||||
```
|
```
|
||||||
|
|
|
@ -120,7 +120,7 @@ samp {
|
||||||
|
|
||||||
<h2>Comment nous rejoindre ?</h2>
|
<h2>Comment nous rejoindre ?</h2>
|
||||||
<p>Si vous connaissez un utilisateur du service, contactez-le directement.<br/>
|
<p>Si vous connaissez un utilisateur du service, contactez-le directement.<br/>
|
||||||
Sinon, vous pouvez envoyer un email à <samp>*coucou</samp><img src="arobase.png" alt="arobase" width="14"><samp>deuxfleurs.fr</samp>.</p>
|
Sinon, vous pouvez envoyer un email à <samp>*coucou</samp><img src="landing/arobase.png" alt="arobase" width="14"><samp>deuxfleurs.fr</samp>.</p>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -11,7 +11,7 @@ job "web_static" {
|
||||||
task "server" {
|
task "server" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_landing:v6"
|
image = "superboum/amd64_landing:v7"
|
||||||
port_map {
|
port_map {
|
||||||
web_port = 8043
|
web_port = 8043
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ job "web_static" {
|
||||||
"webstatic",
|
"webstatic",
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.frontend.entryPoints=https",
|
"traefik.frontend.entryPoints=https",
|
||||||
"traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr,deuxfleurs.org,www.deuxfleurs.org;Path:/"
|
"traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr;Path:/,/robots.txt,/landing/arobase.png"
|
||||||
]
|
]
|
||||||
port = "web_port"
|
port = "web_port"
|
||||||
address_mode = "host"
|
address_mode = "host"
|
||||||
|
|
Loading…
Reference in a new issue