huawei-3G-SMS-API/docker-compose.yml
Julien Cabillot 9e2da2d30c
Some checks failed
perso/huawei-3G-SMS-API/pipeline/head There was a failure building this commit
ntfywip
2023-02-21 15:54:18 -05:00

23 lines
523 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"
- "./ntfy-config-client.yml:/etc/ntfy/client.yml:ro"
environment:
- "PB_APIKEY"
- "PIN"
- "GW_IP"
security_opt:
- "no-new-privileges"