huawei-3G-SMS-API/docker-compose.yml
Julien Cabillot b1f334cb01
All checks were successful
perso/huawei-3G-SMS-API/master This commit looks good
lol
2019-08-06 11:45:32 -04:00

21 lines
415 B
YAML

version: '2.3'
services:
app:
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"