huawei-3G-SMS-API/docker-compose.yml
Julien Cabillot c72820e561
Some checks failed
perso/huawei-3G-SMS-API/pipeline/head There was a failure building this commit
sync
2023-02-21 14:22:54 -05:00

22 lines
464 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"
# Warning: may not work on ARM (ie: odroid n2)
cpus: 0.3
cpu_shares: 1024
pids_limit: 10
volumes:
# To store plain text & json logs
- "./data:/app/data"
environment:
- "PB_APIKEY"
- "PIN"
- "GW_IP"
security_opt:
- "no-new-privileges"