diff --git a/goemaxima.service b/goemaxima.service index 26d366eb6b3f69363b812fe93a1151853bde8e1f..2a38dec5481efb6a25a1bb0c5647c0c8d2fefa7b 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:2023072101-dev +ExecStart=/usr/bin/docker run --rm --name goemaximapool --env GOEMAXIMA_QUEUE_LEN=16 --publish 0.0.0.0:8080:8080 goemaxima:2023121100-dev [Install] WantedBy=multi-user.target diff --git a/hsh-custom-build.sh b/hsh-custom-build.sh index 3c646125a71e270038390118496f17c42eb86af1..534657c5571354146c121a19e35e28f8bf095379 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.20 bash -c './buildweb.sh' -# Build container with custom added version 2023072101 -./buildimage.sh 2023072101 +# Build container with custom added version 2023121100 +./buildimage.sh 2023121100 diff --git a/hsh-custom-run.sh b/hsh-custom-run.sh index 12f3b94dfb00ae7ba1e36a3fdb24ccd317918766..8953ba512d465e29be31aa0b48f01cf09adeaec4 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:2023072101-dev +docker run -d -p 0.0.0.0:80:8080/tcp goemaxima:2023121100-dev