huawei-3G-SMS-API/docker-compose.yml

21 lines
415 B
YAML
Raw Normal View History

2019-08-06 11:24:49 -04:00
version: '2.3'
services:
2019-08-06 11:45:32 -04:00
app:
2019-08-06 11:24:49 -04:00
image: "jcabillot/huawei-3g-sms-api"
container_name: "huawei-3g-sms-api"
restart: "unless-stopped"
mem_limit: "256m"
cpus: 0.3
cpu_shares: 1024
pids_limit: 200
volumes:
# To store plain text & json logs
- "./data:/app/data"
environment:
- "PB_APIKEY"
- "PIN"
- "GW_API"
security_opt:
- "no-new-privileges"