paivana: pin Taler hosts to pasta IPv4 172.17.0.1
Avoid public AAAA timeouts from container; merchant :9010 works.
This commit is contained in:
parent
c9fdae9540
commit
f3a429d69d
1 changed files with 5 additions and 3 deletions
|
|
@ -14,9 +14,11 @@ services:
|
|||
ports:
|
||||
- "9025:9967"
|
||||
extra_hosts:
|
||||
- "taler.hacktivism.ch:host-gateway"
|
||||
- "bank.hacktivism.ch:host-gateway"
|
||||
- "exchange.hacktivism.ch:host-gateway"
|
||||
# pasta publishes merchant on host :9010. Prefer fixed IPv4 — host-gateway
|
||||
# alone still loses to public AAAA and times out from the container.
|
||||
- "taler.hacktivism.ch:172.17.0.1"
|
||||
- "bank.hacktivism.ch:172.17.0.1"
|
||||
- "exchange.hacktivism.ch:172.17.0.1"
|
||||
volumes:
|
||||
- ./conf/paivana.conf.template:/etc/paivana/paivana.conf.template:ro
|
||||
- ./entrypoint.sh:/usr/local/bin/paivana-entrypoint:ro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue