Update Pi.Alert/compose.yaml

Commented out things I don't think I'll need
This commit is contained in:
theflyingfool 2024-01-04 20:13:46 -06:00
parent 729e83f2a6
commit 43ec2b2776

View File

@ -5,9 +5,9 @@ services:
pi.alert: pi.alert:
container_name: Pi.Alert container_name: Pi.Alert
healthcheck: healthcheck:
test: curl -f http://localhost:17811/ || exit 1 # test: curl -f http://localhost:17811/ || exit 1
mem_limit: 2g # mem_limit: 2g
cpu_shares: 768 # cpu_shares: 768
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
volumes: volumes:
@ -17,8 +17,8 @@ services:
environment: environment:
TZ: Europe/Bucharest TZ: Europe/Bucharest
PORT: 17811 PORT: 17811
HOST_USER_ID: 1026 # HOST_USER_ID: 1026
HOST_USER_GID: 100 # HOST_USER_GID: 100
network_mode: host network_mode: host
restart: on-failure:5 # restart: on-failure:5
image: jokobsk/pi.alert:latest image: jokobsk/pi.alert:latest