Skip to content
Snippets Groups Projects
Commit 50459ed9 authored by jabertwo's avatar jabertwo
Browse files

fridgeserver now working

parent c757850d
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,8 @@ binary_sensor:
white: 100%
- media_player.play_media:
id: speaker
media_url: 'http://10.0.0.1/filesrv/usb/nootnoot.mp3'
media_url: 'http://fridgeserver.warpzone.lan:5000/audio.php'
light:
- platform: neopixelbus
......
......@@ -8,11 +8,10 @@ services:
restart: always
volumes:
- "{{ basedir }}/audio_files:/var/lib/mysql/data"
ports:
- "5000:80"
labels:
- traefik.enable=true
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
- traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=80
- traefik.enable=false
networks:
- default
- web
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment