A PHP Error was encountered

Severity: 8192

Message: Function create_function() is deprecated

Filename: geshi/geshi.php

Line Number: 4698

Backtrace:

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4698
Function: _error_handler

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4621
Function: _optimize_regexp_list_tokens_to_string

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste

File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once

Untitled - Stikked
From Perl Tapir, 6 Years ago, written in YAML.
Embed
  1. version: '3'
  2.  
  3. services:
  4. ################## FHEM ##################
  5.     fhem:
  6.         restart: always
  7.         expose:
  8.            - "1883" # MQTT2_SERVER
  9.             - "7072" # Telnet
  10.             - "8083" # FHEM Web
  11.             - "8088" # WEB HA-Bridge
  12.             - "8087" # WEBhook für Residents
  13.             - "8383" # ESPEasy Bridge
  14.         ports:
  15.            - "1883:1883"
  16.             - "7072:7072"
  17.             - "8083:8083"
  18.             - "8088:8088"
  19.             - "8087:8087"
  20.             - "8383:8383"
  21.         container_name: fhem
  22.         build: "./docker_files/fhem"
  23.         volumes:
  24.            - ./fhem:/opt/fhem
  25.         devices:
  26.             - /dev/ttyUSB0
  27.         networks:
  28.            - fhem-network
  29.         environment:
  30.            - RESTART=1
  31.             - TELNETPORT=7072
  32.             - TZ=Europe/Berlin
  33.         depends_on:
  34.            - "fhem-sonos"  
  35.             - "influxdb"
  36.  
  37. ################## Sonos-FHEM ##################
  38.     fhem-sonos:
  39.         restart: always
  40.         container_name: fhem-sonos
  41.         build: ./docker_files/fhem-sonos
  42.         volumes:
  43.            - ./fhem:/opt/fhem:ro
  44.         network_mode: host
  45.  
  46. ################## MQTT ##################  
  47. #    mqtt:
  48. #        restart: always
  49. #        expose:
  50. #            - "1883"
  51. #            - "9001"
  52. #        ports:
  53. #            - "1883:1883"
  54. #            - "9001:9001"
  55. #        container_name: mqtt-mosquitto
  56. #        image: pascaldevink/rpi-mosquitto
  57. #        networks:
  58. #            - fhem-network
  59. #        volumes:
  60. #            - ./mqtt/config:/mosquitto/config:ro
  61. #            - ./mqtt/log:/mosquitto/log
  62. #            - ./mqtt/data:/mosquitto/data
  63.  
  64. ################## Zigbee 2 MQTT ##################  
  65.     zigbee2mqtt:
  66.         restart: always
  67.         container_name: zigbee2mqtt
  68.         image: koenkk/zigbee2mqtt:arm64v8-dev
  69.         networks:
  70.            - fhem-network
  71.         volumes:
  72.            - ./zigbee2mqtt/data:/app/data
  73.         devices:
  74.             - /dev/ttyACM0
  75.         depends_on:
  76.            - "fhem"
  77.  
  78. ################## NodeRed ##################
  79.     nodered:
  80.         restart: always
  81.         expose:
  82.            - "1880"
  83.         ports:
  84.            - "1880:1880"
  85.         container_name: node-red
  86.         image: nodered/node-red-docker:rpi
  87.         volumes:
  88.            - ./nodered/data:/data
  89.         networks:
  90.            - fhem-network
  91.         depends_on:
  92.            - "fhem"
  93.  
  94. ################## HA-Bridge ##################
  95.     habridge:
  96.         restart: always
  97.         expose:
  98.            - "8080"
  99.             - "50000"
  100.         ports:
  101.            - "8080:8080"
  102.             - "50000:50000"
  103.         container_name: ha-bridge
  104.         image: lsioarmhf/habridge-aarch64
  105.         network_mode: host
  106.         volumes:
  107.            - ./habridge/config:/config
  108.         depends_on:
  109.            - "fhem"
  110.  
  111. ################## InfluxDB ##################
  112.     influxdb:
  113.         restart: always
  114.         expose:
  115.            - "8086"            
  116.         ports:
  117.            - "8086:8086"
  118.         container_name: influxdb
  119.         image: influxdb:latest      
  120.         networks:
  121.            - fhem-network
  122.         volumes:
  123.            - ./influxdb:/var/lib/influxdb
  124.  
  125. ################## Grafana ##################
  126.     grafana :
  127.         restart: always
  128.         expose:
  129.            - "3000"
  130.         ports:
  131.            - "3000:3000"
  132.         container_name: grafana
  133.         image: tcjennings/rpi-grafana
  134.         networks:
  135.            - fhem-network
  136.         environment:
  137.            - GF_AUTH_ANONYMOUS_ENABLED=true # Wird benötigt für anonymen View der Charts
  138.             - GF_AUTH_ANONYMOUS_ORG_NAME=Main Org. # Wird benötigt für anonymen View der Charts
  139.         volumes:
  140.            - ./grafana:/var/lib/grafana
  141.         depends_on:
  142.            - "influxdb"
  143.  
  144. ################## Samba ##################
  145.     samba :
  146.         restart: always
  147.         expose:
  148.            - "139"
  149.             - "445"
  150.         ports:
  151.            - "139:139"
  152.             - "445:445"
  153.         container_name: samba
  154.         image: dperson/samba:aarch64
  155.         networks:
  156.            - fhem-network
  157.         environment:
  158.            - TZ=Europe/Berlin
  159.             - NMBD=true        
  160.         volumes:
  161.            - ./fhem/SonosSpeak:/SonosSpeak
  162.         command:
  163.             - "-sSonosSpeak;/SonosSpeak"
  164.             - "-S" #Wird benötigt da sonst die Sonos nicht zugreifen kann
  165.  
  166. ################## Portainer ##################
  167.     portainer:
  168.         restart: always      
  169.         expose:
  170.            - "9000"  
  171.         ports:
  172.            - "9000:9000"
  173.         container_name: portainer
  174.         image: portainer/portainer
  175.         networks:
  176.            - fhem-network        
  177.         volumes:
  178.            - /var/run/docker.sock:/var/run/docker.sock
  179.             - ./portainer/data:/data portainer/portainer
  180.  
  181. networks:
  182.     fhem-network:
  183.         driver: bridge
  184.