traefik/integration/resources/compose/pebble.yml

11 lines
342 B
YAML
Raw Normal View History

2018-07-03 10:44:04 +00:00
pebble:
2018-11-19 15:40:03 +00:00
image: letsencrypt/pebble:2018-11-02
2018-08-01 14:56:04 +00:00
command: pebble --dnsserver ${DOCKER_HOST_IP}:5053
2018-07-03 10:44:04 +00:00
ports:
- 14000:14000
environment:
# https://github.com/letsencrypt/pebble#testing-at-full-speed
- PEBBLE_VA_NOSLEEP=1
# https://github.com/letsencrypt/pebble#invalid-anti-replay-nonce-errors
- PEBBLE_WFE_NONCEREJECT=0