added certbot ervice

This commit is contained in:
2025-05-26 07:43:25 +03:00
parent 9e2d25d056
commit 56722431c8
+9
View File
@@ -61,6 +61,15 @@ services:
- migrator
restart: unless-stopped
certbot:
container_name: certbot
build:
context: ./certbot
dockerfile: Dockerfile
env_file:
- .env
restart: unless-stopped
volumes:
api:
postgres-db: