mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-02-23 12:23:58 +00:00
use correct url
This commit is contained in:
parent
d9b54bdfa7
commit
e3ec4f948c
@ -53,7 +53,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- just integration
|
- just integration
|
||||||
environment:
|
environment:
|
||||||
ACME_API: http://pebble_acme:14000
|
ACME_API: http://pebble_acme:14000/dir
|
||||||
PAGES_DOMAIN: localhost.mock.directory
|
PAGES_DOMAIN: localhost.mock.directory
|
||||||
RAW_DOMAIN: raw.localhost.mock.directory
|
RAW_DOMAIN: raw.localhost.mock.directory
|
||||||
PORT: 4430
|
PORT: 4430
|
||||||
@ -125,7 +125,7 @@ services:
|
|||||||
pebble_acme:
|
pebble_acme:
|
||||||
image: ghcr.io/letsencrypt/pebble:2.6.0
|
image: ghcr.io/letsencrypt/pebble:2.6.0
|
||||||
ports:
|
ports:
|
||||||
- 14000 # ACME port
|
- 14000 # ACME port
|
||||||
environment:
|
environment:
|
||||||
PEBBLE_VA_NOSLEEP: '1'
|
PEBBLE_VA_NOSLEEP: '1'
|
||||||
PEBBLE_VA_ALWAYS_VALID: '1'
|
PEBBLE_VA_ALWAYS_VALID: '1'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user