Stabilize Datum container networking
This commit is contained in:
@@ -13,11 +13,9 @@ LOG_LEVEL=info
|
||||
# STATIC_DIR=
|
||||
|
||||
# ---- Datum gateway (the Umbrel app we're polling) ----
|
||||
# Umbrel/Portainer stacks cannot reliably resolve Datum's container name.
|
||||
# Use Datum's current IP on umbrel_main_network and refresh it if Umbrel
|
||||
# recreates the Datum container:
|
||||
# docker inspect -f '{{.NetworkSettings.Networks.umbrel_main_network.IPAddress}}' datum_datum_1
|
||||
DATUM_URL=http://10.21.0.11:21000
|
||||
# Use Docker DNS on umbrel_main_network so Datum can be recreated without
|
||||
# changing a stale container IP.
|
||||
DATUM_URL=http://datum_datum_1:21000
|
||||
DATUM_ADMIN_USER=admin
|
||||
DATUM_ADMIN_PASSWORD=
|
||||
# How often to scrape /clients (ms). Datum updates per-worker hashrate every
|
||||
|
||||
Reference in New Issue
Block a user