ersatztv: add
This commit is contained in:
@@ -812,6 +812,23 @@ services:
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
||||
ersatztv:
|
||||
image: jasongdove/ersatztv:latest
|
||||
container_name: ersatztv
|
||||
networks:
|
||||
public:
|
||||
ipv4_address: 192.168.240.63
|
||||
ports:
|
||||
- 8409:8409
|
||||
labels:
|
||||
caddy: tv.kucharczyk.xyz
|
||||
caddy.reverse_proxy: "{{ upstreams 8409 }}"
|
||||
volumes:
|
||||
- ${DOCKER_STORAGE_PATH}/ersatztv/config:/config
|
||||
- ${MEDIA_PATH}:/media:ro
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user