The values look mostly OK however there are some important ones missing. This list looks like it's from Portainer-Containers, however I'm actually looking for the values you're using in Portainer-Stacks. Go into the Stacks Editor, look in the Environment variables in Advanced mode, and you can copy-and-paste the values here.
Based on what you posted above, here's roughly what I think you should show. This is a pared down list, that shows just those values that are required for your scenario:
TAG=latest
DOMAIN=localdomain
HOST_PORT=7664
WSCR_PORT=7665
IPADDRESS=192.168.1.136:7664
NUMBER_TUNERS=1
TUNER1_IP=192.168.1.135:5555
ENCODER1_URL=http://192.168.1.141/0.ts
STREAMER_APP=scripts/zinwell/livetv
CHANNELSIP=192.168.1.98
UPDATE_SCRIPTS=true
UPDATE_M3US=true
TZ=US/Central
HOST_DIR=/data
Note that CHANNELSIP should only in include the IP and not the port. Your LAN's actual domain name may be something other than localdomain. CREATE_M3US and LIVETV_ATTEMPTS should not be set in your project -- those are used for a different purpose (as described in the Docker Compose comments).



