init
This commit is contained in:
commit
c29faa7e09
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM python:3.9-slim
|
||||
|
||||
RUN pip install \
|
||||
certbot certbot-dns-rfc2136
|
||||
|
||||
CMD certbot --version
|
9
docker-compose.yaml
Normal file
9
docker-compose.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
certbot:
|
||||
build:
|
||||
context: ./
|
||||
image: certbot-pdns:local
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user