G-Node / tonic

Framework for building services that interact with GIN
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

docker looking for test bot #21

Closed jcolomb closed 3 years ago

jcolomb commented 3 years ago

trying to run via docker and got this error. is testbot missing ?

OPY testbot /tonic/testbot
COPY failed: stat /var/lib/docker/tmp/docker-builder001710620/testbot: no such file or directory
achilleas-k commented 3 years ago

The testbot file was originally the file containing the username and password for the bot/service user. I removed it since now every service should define its own credentials (and general configuration) separately. I'll update the Dockerfile to not look for this.

achilleas-k commented 3 years ago

This is now fixed and documentation about how to set up and configure the service is being added in PR #29.