Global Services#
After running reward svc up for the first time following installation, the following URLs can be used to interact with
the UIs for services Reward runs globally:
optional: https://adminer.reward.test/
Customizable Settings#
When spinning up global services via docker-compose Reward uses ~/.reward as the project directory
and ~/.reward.yml or ~/.reward/.env to function for overriding variables in the docker-compose configuration used
to deploy these services.
The following options are available (with default values indicated):
TRAEFIK_LISTEN=127.0.0.1may be set to0.0.0.0for example to have Traefik accept connections from other devices on the local network.REWARD_RESTART_POLICY=alwaysmay be set tonoto prevent Docker from restarting these service containers or any other valid restart policy value.REWARD_SERVICE_DOMAIN=reward.testmay be set to a domain of your choosing if so desired. Please note that this will not currently change network settings or alterdnsmasqconfiguration. Any TLD other thantestwill require DNS resolution be manually configured.
Warning
Setting TRAEFIK_LISTEN=0.0.0.0 can be quite useful in some cases, but be aware that causing Traefik to listen for requests publicly poses a security risk when on public WiFi or networks otherwise outside of your control.
After changing settings in ~/.reward.yml or ~/.reward/.env, please run reward svc up to apply.