This commit is contained in:
@@ -2,6 +2,7 @@ services:
|
|||||||
sos:
|
sos:
|
||||||
image: gitea.jde.nz/public/simple-object-storage:test
|
image: gitea.jde.nz/public/simple-object-storage:test
|
||||||
container_name: sos-test
|
container_name: sos-test
|
||||||
|
network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
- 7703:7703
|
- 7703:7703
|
||||||
restart: no
|
restart: no
|
||||||
|
@@ -84,7 +84,7 @@ if ! wait_for_container "sos-test"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# run the tests. Docker inside docker support!
|
# run the tests. Docker inside docker support!
|
||||||
"${SCRIPT_DIR}/test.sh" "http://sos-test:7703"
|
"${SCRIPT_DIR}/test.sh" "http://127.0.0.1:7703"
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
|
|
||||||
# clean up.
|
# clean up.
|
||||||
|
Reference in New Issue
Block a user