added certbot ervice
This commit is contained in:
@@ -61,6 +61,15 @@ services:
|
|||||||
- migrator
|
- migrator
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
certbot:
|
||||||
|
container_name: certbot
|
||||||
|
build:
|
||||||
|
context: ./certbot
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
api:
|
api:
|
||||||
postgres-db:
|
postgres-db:
|
||||||
|
|||||||
Reference in New Issue
Block a user