Skip to content

Commit

Permalink
fix(infra): dns address on deployed sites
Browse files Browse the repository at this point in the history
  • Loading branch information
juligasa committed Dec 5, 2024
1 parent 4fdb7e7 commit e391425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
command: >
sh -c "rsync -a /monitoring/prometheus/ /exported_prometheus &&
rsync -a /monitoring/grafana/ /exported_grafana &&
seed-daemon -data-dir=/data -lndhub.mainnet -p2p.port=56000 --http.port=${SEED_SITE_BACKEND_GRPCWEB_PORT:-56001} -grpc.port=56002 -p2p.no-private-ips=true -p2p.no-relay=true -p2p.force-reachability-public=true -syncing.smart=true -syncing.no-sync-back=true -syncing.no-pull=${SEED_SITE_NO_PULL:-false} ${SEED_SITE_HOSTNAME}"
seed-daemon -data-dir=/data -lndhub.mainnet -p2p.port=56000 --http.port=${SEED_SITE_BACKEND_GRPCWEB_PORT:-56001} -grpc.port=56002 -p2p.no-private-ips=true -p2p.no-relay=true -p2p.force-reachability-public=true -syncing.smart=true -syncing.no-sync-back=true -syncing.no-pull=${SEED_SITE_NO_PULL:-false} -p2p.announce-addrs=/dns4/${SEED_SITE_DNS}/tcp/56000,/dns4/${SEED_SITE_DNS}/udp/56000/quic-v1 ${SEED_SITE_HOSTNAME}"
prometheus:
image: prom/prometheus:latest
Expand Down

0 comments on commit e391425

Please sign in to comment.