mirror of https://github.com/shred/acme4j
Use Pebble's new dnsserver option and remove an ugly Docker workaround
parent
3b7aa20759
commit
b9aeb81615
|
@ -136,8 +136,7 @@
|
||||||
</ports>
|
</ports>
|
||||||
<cmd>
|
<cmd>
|
||||||
<shell>
|
<shell>
|
||||||
echo "nameserver $(grep 'bammbamm' /etc/hosts|cut -f1)">/etc/resolv.conf; \
|
pebble -strict -dnsserver bammbamm:53 -config /etc/pebble/pebble-config.json
|
||||||
pebble -strict -config /etc/pebble/pebble-config.json
|
|
||||||
</shell>
|
</shell>
|
||||||
</cmd>
|
</cmd>
|
||||||
<assembly>
|
<assembly>
|
||||||
|
@ -163,12 +162,6 @@
|
||||||
<wait>
|
<wait>
|
||||||
<log>Pebble running</log>
|
<log>Pebble running</log>
|
||||||
</wait>
|
</wait>
|
||||||
<!-- DNS must point to bammbamm, but we need the IP here...
|
|
||||||
See the "echo" line in the build/cmd above.
|
|
||||||
<dns>
|
|
||||||
<host>bammbamm</host>
|
|
||||||
</dns>
|
|
||||||
-->
|
|
||||||
<!-- Comment out to perform tests with validation delays. -->
|
<!-- Comment out to perform tests with validation delays. -->
|
||||||
<env>
|
<env>
|
||||||
<PEBBLE_VA_NOSLEEP>1</PEBBLE_VA_NOSLEEP>
|
<PEBBLE_VA_NOSLEEP>1</PEBBLE_VA_NOSLEEP>
|
||||||
|
|
Loading…
Reference in New Issue