summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-11 15:16:32 +0200
committerAlejandro Colomar <colomar.6.4.3@gmail.com>2020-10-11 15:16:32 +0200
commitd5de5ed8c01fde2b87560a38760810233ef9fe2d (patch)
treecc05104655ea629499471ef2b23161bb2ce808a1
parentbdd7a777a3378160f741a80f8ab441c0aac6b8ce (diff)
Release 0.26.00.26.0
-rw-r--r--etc/docker/swarm/compose.yaml4
-rw-r--r--etc/www/config.sh4
-rw-r--r--srv/www/index.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/etc/docker/swarm/compose.yaml b/etc/docker/swarm/compose.yaml
index bce3e7d..e68ec41 100644
--- a/etc/docker/swarm/compose.yaml
+++ b/etc/docker/swarm/compose.yaml
@@ -31,12 +31,12 @@ services:
replicas: 1
restart_policy:
condition: any
- image: "alejandrocolomar/www:0.26-rc1"
+ image: "alejandrocolomar/www:0.26.0"
networks:
-
"alejandro-colomar"
ports:
- - "31001:8080"
+ - "30001:8080"
version: "3.8"
diff --git a/etc/www/config.sh b/etc/www/config.sh
index 135a1bd..d3c5e14 100644
--- a/etc/www/config.sh
+++ b/etc/www/config.sh
@@ -20,9 +20,9 @@ WWW_PORT_EXP=32001;
WWW_PORT_RC=31001;
WWW_PORT_STABLE=30001;
WWW_PROJECT="www";
-WWW_STABILITY="rc"; ## "stable", "rc", or "exp"
+WWW_STABILITY="stable"; ## "stable", "rc", or "exp"
WWW_STACK="${WWW_PROJECT}-${WWW_STABILITY}";
-WWW_VERSION="0.26-rc1"; ## tag name or branch name.
+WWW_VERSION="0.26.0"; ## tag name or branch name.
################################################################################
diff --git a/srv/www/index.html b/srv/www/index.html
index 932877c..f26cbbe 100644
--- a/srv/www/index.html
+++ b/srv/www/index.html
@@ -53,8 +53,8 @@
<hr/>
<pre>
This site doesn't use cookies :)
-Last modified: 11/Oct/2020 13:14:27 UTC
-Version: 0.26-rc1
+Last modified: 11/Oct/2020 13:16:32 UTC
+Version: 0.26.0
Alejandro Colomar
</pre>
<hr/>