diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 1c4428b..3fb2957 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -123,21 +123,10 @@ steps: services: pebble_acme: - image: letsencrypt/pebble - commands: - - | - echo '{ - "pebble": { - "listenAddress": "0.0.0.0:80", - "managementListenAddress": "0.0.0.0:8080", - "httpPort": 80, - "tlsPort": 443, - "ocspResponderURL": "", - "externalAccountBindingRequired": false - } - } - ' > /pebble.json - - pebble -config /pebble.json + image: ghcr.io/letsencrypt/pebble:2.6.0 + ports: + - 80:14000 # ACME port + - 8080:15000 # Management port environment: - PEBBLE_VA_NOSLEEP: "1" - PEBBLE_VA_ALWAYS_VALID: "1" + PEBBLE_VA_NOSLEEP: '1' + PEBBLE_VA_ALWAYS_VALID: '1'