Sign inSign up

mobaijun/cpolar-send-email

By mobaijun

Updated over 1 year ago

Image
0

394

mobaijun/cpolar-send-email repository overview

services:
    # 自动发信
  cpolarsender:
    container_name: cpolar-send-email
    image: mobaijun/cpolar-send-email:latest
    environment:
      - [email protected]
      - USER_PASSWORD=admin!
      - CPOLAR_URL=http://192.168.0.107:9200
      - [email protected]
      - SENDER_PASSWORD=admin
      - [email protected]
    restart: always
    deploy:
      resources:
        limits:
          # CPU 限制
          cpus: '1.0'
          # 最大内存限制
          memory: 512M
        reservations:
          # CPU 保留
          cpus: '1.0'
          # 内存保留
          memory: 256M

Tag summary

Content type

Image

Digest

sha256:39e679b08

Size

48.6 MB

Last updated

over 1 year ago

docker pull mobaijun/cpolar-send-email