9 lines
197 B
YAML
9 lines
197 B
YAML
services:
|
|
certbot:
|
|
build: .
|
|
image: git.shihaam.dev/shihaam/gen-ssl-letsencrypt-cf
|
|
hostname: certgen
|
|
volumes:
|
|
- ./certs:/etc/letsencrypt/archive
|
|
env_file: .env_omegetech
|