mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Start testing garage again
This commit is contained in:
parent
3c844d86c5
commit
9960c16488
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,5 @@ RUN \
|
||||||
|
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
COPY ./pict-rs.toml /etc/pict-rs.toml
|
|
||||||
|
|
||||||
WORKDIR /opt/app
|
WORKDIR /opt/app
|
||||||
USER app
|
USER app
|
||||||
|
|
|
@ -39,7 +39,7 @@ services:
|
||||||
- ./storage/minio:/mnt
|
- ./storage/minio:/mnt
|
||||||
|
|
||||||
garage:
|
garage:
|
||||||
image: dxflrs/garage:v0.8.0
|
image: dxflrs/garage:v0.8.1
|
||||||
ports:
|
ports:
|
||||||
- "3900:3900"
|
- "3900:3900"
|
||||||
- "3901:3901"
|
- "3901:3901"
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
STDOUT=./out.log
|
STDOUT=./out.log
|
||||||
STDERR=./err.log
|
STDERR=./err.log
|
||||||
|
|
||||||
|
touch "${STDOUT}"
|
||||||
|
touch "${STDERR}"
|
||||||
rm "${STDOUT}" "${STDERR}"
|
rm "${STDOUT}" "${STDERR}"
|
||||||
|
|
||||||
node_id=$(garage -c garage-local.toml status 2>>"${STDERR}" | tail -n 1 | awk '{ print $1 }')
|
node_id=$(garage -c garage-local.toml status 2>>"${STDERR}" | tail -n 1 | awk '{ print $1 }')
|
||||||
|
|
Loading…
Reference in a new issue