Skip to content
Snippets Groups Projects
Commit aa0f2a64 authored by Elke Kreim's avatar Elke Kreim
Browse files

Raised version to 2024111900

parent f92864dc
Branches hsh-2024111900
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ After=remote-fs.target ...@@ -7,7 +7,7 @@ After=remote-fs.target
[Service] [Service]
Restart=on-failure Restart=on-failure
RestartSec=1s 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] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
# We need Go 1.13 for this to compile properly # 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' 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 # Build container with custom added version 2024111900
./buildimage.sh 2024072400 ./buildimage.sh 2024111900
#!/bin/bash #!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment