Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hsh-maxima
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
hsh-maxima
Commits
7e9db010
Commit
7e9db010
authored
1 year ago
by
Elke Kreim
Browse files
Options
Downloads
Patches
Plain Diff
Raised version to 2024012900
parent
68226958
Branches
hsh-2024012900
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
goemaxima.service
+1
-1
1 addition, 1 deletion
goemaxima.service
hsh-custom-build.sh
+2
-2
2 additions, 2 deletions
hsh-custom-build.sh
hsh-custom-run.sh
+1
-1
1 addition, 1 deletion
hsh-custom-run.sh
with
4 additions
and
4 deletions
goemaxima.service
+
1
−
1
View file @
7e9db010
...
...
@@ -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:202
31211
00-dev
ExecStart
=
/usr/bin/docker run --rm --name goemaximapool --env GOEMAXIMA_QUEUE_LEN=16 --publish 0.0.0.0:8080:8080 goemaxima:202
40129
00-dev
[Install]
WantedBy
=
multi-user.target
This diff is collapsed.
Click to expand it.
hsh-custom-build.sh
+
2
−
2
View file @
7e9db010
...
...
@@ -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 202
31211
00
./buildimage.sh 202
31211
00
# Build container with custom added version 202
40129
00
./buildimage.sh 202
40129
00
This diff is collapsed.
Click to expand it.
hsh-custom-run.sh
+
1
−
1
View file @
7e9db010
#!/bin/bash
docker run
-d
-p
0.0.0.0:80:8080/tcp goemaxima:202
31211
00-dev
docker run
-d
-p
0.0.0.0:80:8080/tcp goemaxima:202
40129
00-dev
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment