diff --git a/goemaxima.service b/goemaxima.service index 214c43f1b68ea0cd929bf64b782e2771293a8c2e..a30c116704c41bb3d994ad1dc41e2e87f6522e67 100644 --- a/goemaxima.service +++ b/goemaxima.service @@ -7,7 +7,7 @@ After=remote-fs.target [Service] Restart=on-failure RestartSec=1s -ExecStart=/usr/bin/docker run --rm --name goemaximapool --env GOEMAXIMA_QUEUE_LEN=16 --publish 0.0.0.0:8080:8080 goemaxima:2024072400-dev +ExecStart=/usr/bin/docker run --rm --name goemaximapool --env GOEMAXIMA_QUEUE_LEN=16 --publish 0.0.0.0:8080:8080 goemaxima:2024111900-dev [Install] WantedBy=multi-user.target diff --git a/hsh-custom-build.sh b/hsh-custom-build.sh index dbe9a73e6a269308f1381ec80d66c11377f19330..45b36ca76de33f57883c01ceb8c9d0fad2246b52 100755 --- a/hsh-custom-build.sh +++ b/hsh-custom-build.sh @@ -3,5 +3,5 @@ # We need Go 1.13 for this to compile properly docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.23 bash -c './buildweb.sh' -# Build container with custom added version 2024072400 -./buildimage.sh 2024072400 +# Build container with custom added version 2024111900 +./buildimage.sh 2024111900 diff --git a/hsh-custom-run.sh b/hsh-custom-run.sh index d9c721c430149d80ed29cccaccc9bcaf5a3204c9..db2e4a252288e358a377a86366ae32535978dd8c 100644 --- a/hsh-custom-run.sh +++ b/hsh-custom-run.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run -d -p 0.0.0.0:80:8080/tcp goemaxima:2024072400-dev +docker run -d -p 0.0.0.0:80:8080/tcp goemaxima:2024111900-dev