Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Test Handle System
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
fdo
Test Handle System
Commits
3e6a5412
Verified
Commit
3e6a5412
authored
5 months ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
FIX: .handle setup
parent
2dffabd1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-3
7 additions, 3 deletions
Makefile
with
7 additions
and
3 deletions
Makefile
+
7
−
3
View file @
3e6a5412
start
:
start
:
.handle
@
echo
"Start Handle System"
@
echo
"Start Handle System"
docker compose up
--build
--detach
docker compose up
--build
--detach
docker
exec
test-handle-net-hs_server-1 /hs/templates/wait-for-it.sh
172.27.0.2
:8000
-t
500
--
echo
"HANDLE SERVICE ONLINE"
.
./.env
&&
docker
exec
test-handle-net-hs_server-1 /hs/templates/wait-for-it.sh
$${
HANDLE_SERVER_IPV4_ADDRESS
}
:8000
-t
500
--
echo
"HANDLE SERVICE ONLINE"
docker
exec
test-handle-net-hs_server-1 bin/hdl-genericbatch /hs/setup.batch.hdl
docker
exec
test-handle-net-hs_server-1 bin/hdl-genericbatch /hs/setup.batch.hdl
.handle
:
mkdir
$@
stop
:
stop
:
@
echo
"Stop Handle System"
@
echo
"Stop Handle System"
docker compose down
docker compose down
clean
:
clean
:
stop
@
echo
"Clean-up Handle System"
@
echo
"Clean-up Handle System"
rm
-rf
.handle
docker compose down
-v
--rmi
all
docker compose down
-v
--rmi
all
docker compose
rm
-vsf
docker compose
rm
-vsf
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