feat: add compose

This commit is contained in:
DarkCat09 2025-02-19 15:51:44 +04:00
parent 264c992e49
commit 8d1027d23f
Signed by: DarkCat09
GPG key ID: BD3CE9B65916CD82

12
compose.yml Normal file
View file

@ -0,0 +1,12 @@
services:
nginx:
image: git.dc09.ru/darkcat09/certbot-nginx:latest
build: .
restart: unless-stopped
volumes:
- "./example/letsencrypt:/etc/letsencrypt"
- "./example/nginx.conf:/etc/nginx/nginx.conf"
- "./example/http.d:/etc/nginx/http.d"
ports:
- 80:80
- 443:443