2020-05-05 02:23:55 +01:00
|
|
|
version: "3.3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
bootstrap:
|
|
|
|
build: .
|
|
|
|
volumes:
|
|
|
|
- ../certbot/www:/var/www/certbot
|
2020-07-10 16:03:19 +01:00
|
|
|
- ../certbot/.files:/etc/letsencrypt
|
2020-05-05 02:23:55 +01:00
|
|
|
- ./bootstrap.sh:/bootstrap.sh
|
2020-05-10 22:33:03 +01:00
|
|
|
- ./bootstrap.env:/bootstrap.env
|
2020-05-05 02:23:55 +01:00
|
|
|
ports:
|
|
|
|
- 80:80
|
|
|
|
env_file:
|
|
|
|
- bootstrap.env
|
|
|
|
entrypoint: /bootstrap.sh
|