mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-24 10:31:07 +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 ./pict-rs.toml /etc/pict-rs.toml
|
||||
|
||||
WORKDIR /opt/app
|
||||
USER app
|
||||
|
|
|
@ -39,7 +39,7 @@ services:
|
|||
- ./storage/minio:/mnt
|
||||
|
||||
garage:
|
||||
image: dxflrs/garage:v0.8.0
|
||||
image: dxflrs/garage:v0.8.1
|
||||
ports:
|
||||
- "3900:3900"
|
||||
- "3901:3901"
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
STDOUT=./out.log
|
||||
STDERR=./err.log
|
||||
|
||||
touch "${STDOUT}"
|
||||
touch "${STDERR}"
|
||||
rm "${STDOUT}" "${STDERR}"
|
||||
|
||||
node_id=$(garage -c garage-local.toml status 2>>"${STDERR}" | tail -n 1 | awk '{ print $1 }')
|
||||
|
|
Loading…
Reference in a new issue