added certbot ervice
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user