Skip to content

Commit

Permalink
use ghcr.io registry in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sheurich committed Feb 29, 2024
1 parent 7692614 commit 2eabe42
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
version: '3'
version: "3"
services:
pebble:
image: letsencrypt/pebble:latest
image: ghcr.io/letsencrypt/pebble:latest
command: pebble -config /test/config/pebble-config.json -strict -dnsserver 10.30.50.3:8053
ports:
- 14000:14000 # HTTPS ACME API
- 15000:15000 # HTTPS Management API
- 14000:14000 # HTTPS ACME API
- 15000:15000 # HTTPS Management API
networks:
acmenet:
ipv4_address: 10.30.50.2
challtestsrv:
image: letsencrypt/pebble-challtestsrv:latest
image: ghcr.io/letsencrypt/pebble-challtestsrv:latest
command: pebble-challtestsrv -defaultIPv6 "" -defaultIPv4 10.30.50.3
ports:
- 8055:8055 # HTTP Management API
- 8055:8055 # HTTP Management API
networks:
acmenet:
ipv4_address: 10.30.50.3

networks:
acmenet:
driver: bridge
Expand Down

0 comments on commit 2eabe42

Please sign in to comment.