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