fix compose files
also fix location of service file for deb
This commit is contained in:
parent
85e4bbefd8
commit
1b0d74459b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue