1
0
Fork 0

Update netdata

This commit is contained in:
🎷🐢 S. P. O. Clayton 2023-08-22 12:01:46 -04:00
parent fb28ff424c
commit 6d3f6346d6
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
2 changed files with 11 additions and 11 deletions

View File

@ -14,6 +14,7 @@
recreate: true recreate: true
restart_policy: unless-stopped restart_policy: unless-stopped
image: postgres:14.2 image: postgres:14.2
cgroupns_mode: host
env: env:
USER_UID: "1000" USER_UID: "1000"
USER_GID: "1000" USER_GID: "1000"
@ -33,8 +34,7 @@
recreate: true recreate: true
restart_policy: always restart_policy: always
image: ghcr.io/noenv/gitea:1.20.3 image: ghcr.io/noenv/gitea:1.20.3
published_ports: cgroupns_mode: host
- "3000:3000"
env: env:
APP_NAME: "Sean's Code" APP_NAME: "Sean's Code"
USER_UID: "1000" USER_UID: "1000"

View File

@ -13,21 +13,21 @@
name: "{{ stack_prefix_name }}netdata" name: "{{ stack_prefix_name }}netdata"
recreate: true recreate: true
restart_policy: unless-stopped restart_policy: unless-stopped
image: netdata/netdata:1.34 image: docker.io/netdata/netdata:v1.42
hostname: monitor.gopoop.org hostname: "{{ stack_prefix_name }}netdata"
capabilities:
- SYS_PTRACE
security_opts:
- apparmor=unconfined
networks: networks:
- name: "{{ stack_prefix_name }}{{ docker_internal_network }}" - name: "{{ stack_prefix_name }}{{ docker_internal_network }}"
env: pid_mode: host
PGID: "998" security_opts:
- apparmor=unconfined
capabilities:
- SYS_PTRACE
- SYS_ADMIN
mounts: mounts:
- source: /var/run/docker.sock - source: /var/run/docker.sock
target: /var/run/docker.sock:ro target: /var/run/docker.sock:ro
type: bind type: bind
- target: /etc/netdata:ro - target: /etc/netdata
source: /home/server/netdataconfig/netdata source: /home/server/netdataconfig/netdata
type: bind type: bind
- target: /var/lib/netdata - target: /var/lib/netdata