I'm trying to evaluate using batchiepatchie for our AWS Batch jobs. I tried follow instructions and use docker-compose up to get a locally running batchiepatchie. Sadly, it seems to fail
api_1 | 0:58:41 main | Build Failed:
api_1 | go build github.com/AdRoll/batchiepatchie: mkdir tmp/: permission denied
batchiepatchie_api_1 exited with code 1
I peeked into the config and saw that it does something else with BUILD_ENV=PRODUCTION. So I tried it:
api_1 | go build github.com/AdRoll/batchiepatchie: copying /tmp/go-build184121519/b001/exe/a.out: open batchiepatchie: permission denied
batchiepatchie_api_1 exited with code 1
This failed as well. The UI does come up but fails to talk to the backend, obviously.
I'm not sure if I'm doing something wrong here...
I'm trying to evaluate using batchiepatchie for our AWS Batch jobs. I tried follow instructions and use
docker-compose upto get a locally running batchiepatchie. Sadly, it seems to failI peeked into the config and saw that it does something else with BUILD_ENV=PRODUCTION. So I tried it:
This failed as well. The UI does come up but fails to talk to the backend, obviously.
I'm not sure if I'm doing something wrong here...