Convert repo for both an Arm32 and Arm64 branch instead of one mixed branch (#120)
This commit is contained in:
committed by
GitHub
parent
0ef0a5cbc1
commit
e38baddb5e
30
stack/unpoller-stack.yml
Normal file
30
stack/unpoller-stack.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
version: "3"
|
||||
services:
|
||||
influxdb:
|
||||
container_name: up_influxdb
|
||||
restart: unless-stopped
|
||||
image: influxdb:1.8
|
||||
networks:
|
||||
- UnPollerBridge
|
||||
ports:
|
||||
- '8086:8086'
|
||||
volumes:
|
||||
- /portainer/Files/AppData/Config/unpoller/influx:/var/lib/influxdb
|
||||
environment:
|
||||
- INFLUXDB_DB=unifi
|
||||
- INFLUXDB_ADMIN_USER=unifi
|
||||
- INFLUXDB_ADMIN_PASSWORD=unifi
|
||||
|
||||
unpoller:
|
||||
container_name: up-poller
|
||||
restart: unless-stopped
|
||||
image: golift/unifi-poller:latest
|
||||
networks:
|
||||
- UnPollerBridge
|
||||
depends_on:
|
||||
- influxdb
|
||||
volumes:
|
||||
- /portainer/Files/AppData/Config/unpoller/config:/etc/unifi-poller
|
||||
|
||||
networks:
|
||||
UnPollerBridge:
|
||||
Reference in New Issue
Block a user