wiki/docs/portainer-stacks/phoneinfoga.md
sthope 7b26a7fa6f
All checks were successful
continuous-integration/drone/push Build is passing
update
2022-08-14 13:49:17 +02:00

27 lines
506 B
Markdown

Portainer Stack:
```yaml
version: '3.8'
services:
phoneinfoga:
container_name: phoneinfoga
image: sundowndev/phoneinfoga:${TAG-latest}
network_mode: ${NET-bridge}
restart: unless-stopped
environment:
- NUMVERIFY_API_KEY=${NUMVERIFY_API_KEY}
ports:
- ${PORT-5000}:5000
command:
- "serve"
labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
```
Environments:
```
NET=bridge
TAG=latest
AutoUpdate=true
PORT=5566
NUMVERIFY_API_KEY=
```