Allow regex for path

This commit is contained in:
Fang-Pen Lin
2025-11-12 23:02:01 -08:00
parent 3b9c881586
commit 2f8700fdcd
5 changed files with 91 additions and 3 deletions

View File

@@ -87,7 +87,10 @@ services:
- 14000:14000 # ACME port
- 15000:15000 # Management port
environment:
# Do not perform validation sleep to make the BDD tests faster
- PEBBLE_VA_NOSLEEP=1
# Skip validation for now to make the BDD tests easier to write
- PEBBLE_VA_ALWAYS_VALID=1
volumes:
- ./backend/bdd/pebble/:/var/data/pebble:ro