diff --git a/use_ssl/.DS_Store b/use_ssl/.DS_Store new file mode 100644 index 0000000..1b9a969 Binary files /dev/null and b/use_ssl/.DS_Store differ diff --git a/use_ssl/icpp/.DS_Store b/use_ssl/icpp/.DS_Store new file mode 100644 index 0000000..9ab0a9b Binary files /dev/null and b/use_ssl/icpp/.DS_Store differ diff --git a/use_ssl/icpp/conf/icppp.toml b/use_ssl/icpp/conf/icppp.toml new file mode 100644 index 0000000..ed97547 --- /dev/null +++ b/use_ssl/icpp/conf/icppp.toml @@ -0,0 +1,7 @@ +[[icp]] +url = "www.icpp.com" +no = "蜀ICP备2000000000号-1" + +[[icp]] +url = "8.8.8.8" +no = "蜀ICP备2000000000号-1" diff --git a/use_ssl/icpp/docker-compose.yml b/use_ssl/icpp/docker-compose.yml new file mode 100644 index 0000000..bfadc55 --- /dev/null +++ b/use_ssl/icpp/docker-compose.yml @@ -0,0 +1,20 @@ +version: "3" + +services: + icppp: + image: wuhan005/icppp + restart: always + expose: + - "9315" + environment: + - VIRTUAL_HOST=www.icpp.com + - LETSENCRYPT_HOST=www.icpp.com + - DEFAULT_EMAIL=xxx@gmail.com + - TIME_ZONE=Asia/Shanghai + volumes: + - ./conf:/home/app/conf + +networks: + default: + external: + name: nginx-proxy