fix compose files

also fix location of service file for deb
This commit is contained in:
Cody Lee 2022-12-03 16:49:01 -06:00
parent 85e4bbefd8
commit 1b0d74459b
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -286,7 +286,7 @@ nfpms:
# systemd service
- src: init/systemd/unpoller.service
dst: /lib/systemd/service/unpoller.service
dst: /etc/systemd/service/unpoller.service
type: config
# freebsd rc service

View File

@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: unifi-poller
image: golift/unifi-poller:latest
image: ghcr.io/unpoller/unpoller:latest
ports:
- containerPort: 9130
name: tcp

View File

@ -35,7 +35,7 @@ services:
unifi-poller:
restart: always
image: golift/unifi-poller:latest
image: ghcr.io/unpoller/unpoller:${POLLER_TAG}
environment:
- UP_INFLUXDB_USER=${INFLUXDB_ADMIN_USER}
- UP_INFLUXDB_PASS=${INFLUXDB_ADMIN_PASSWORD}