mirror of
https://github.com/traefik/traefik.git
synced 2025-11-29 06:31:16 +01:00
Use official Pebble Image.
This commit is contained in:
parent
cfe2f1a1e6
commit
d62f7e2082
@ -79,7 +79,7 @@ func setupPebbleRootCA() (*http.Transport, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *AcmeSuite) SetUpSuite(c *check.C) {
|
func (s *AcmeSuite) SetUpSuite(c *check.C) {
|
||||||
s.createComposeProject(c, "peddle")
|
s.createComposeProject(c, "pebble")
|
||||||
s.composeProject.Start(c)
|
s.composeProject.Start(c)
|
||||||
|
|
||||||
s.fakeDNSServer = startFakeDNSServer()
|
s.fakeDNSServer = startFakeDNSServer()
|
||||||
@ -91,7 +91,7 @@ func (s *AcmeSuite) SetUpSuite(c *check.C) {
|
|||||||
c.Fatal(err)
|
c.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// wait for peddle
|
// wait for pebble
|
||||||
req := testhelpers.MustNewRequest(http.MethodGet, s.getAcmeURL(), nil)
|
req := testhelpers.MustNewRequest(http.MethodGet, s.getAcmeURL(), nil)
|
||||||
|
|
||||||
client := &http.Client{
|
client := &http.Client{
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
pebble:
|
pebble:
|
||||||
image: ldez/pebble
|
image: letsencrypt/pebble:2018-07-27
|
||||||
command: --dnsserver ${DOCKER_HOST_IP}:5053
|
command: pebble --dnsserver ${DOCKER_HOST_IP}:5053
|
||||||
ports:
|
ports:
|
||||||
- 14000:14000
|
- 14000:14000
|
||||||
environment:
|
environment:
|
||||||
Loading…
x
Reference in New Issue
Block a user