Some checks failed
perso/huawei-3G-SMS-API/pipeline/head There was a failure building this commit
23 lines
523 B
YAML
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"
|