mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-18 16:47:54 +00:00
use newer image
This commit is contained in:
parent
02b2dc50d6
commit
3651781c08
1 changed files with 6 additions and 17 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue