Switch label designer to dersimn/brother_ql_web

This commit is contained in:
MG-5 2023-11-02 22:07:32 +01:00
parent 55a6785b09
commit f1975fb586

View file

@ -19,7 +19,7 @@
pwr_meter_pulse_gw_image: netz39/power-meter-pulse-gateway:0.3.0 pwr_meter_pulse_gw_image: netz39/power-meter-pulse-gateway:0.3.0
brotherql_host_port: 9004 brotherql_host_port: 9004
brotherql_web_image: pklaus/brother_ql_web:alpine_9e20b6d brotherql_web_image: dersimn/brother_ql_web:2.1-alpine
roles: roles:
# role 'docker_setup' applied through group 'docker_host' # role 'docker_setup' applied through group 'docker_host'
@ -187,7 +187,7 @@
state: started state: started
ports: ports:
- "127.0.0.1:{{ brotherql_host_port }}:8013" - "127.0.0.1:{{ brotherql_host_port }}:8013"
command: " ./brother_ql_web.py --model QL-720NW tcp://{{ brotherql_printer_ip }}" command: "--default-label-size 62 --model QL-720NW tcp://{{ brotherql_printer_ip }}"
detach: yes detach: yes
env: env:
TZ: "{{ timezone }}" TZ: "{{ timezone }}"