Fix EPG network connection
This commit is contained in:
parent
b5152fc2ea
commit
7ff71661bd
2 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "git.alpine-centauri.ts.net";
|
DOMAIN = "git.alpine-centauri.ts.net";
|
||||||
ROOT_URL = "https://${config.services.forgejo.settings.server.DOMAIN}";
|
ROOT_URL = "https://${config.services.forgejo.settings.server.DOMAIN}";
|
||||||
# HTTP_PORT = 3000;
|
HTTP_PORT = 3010;
|
||||||
};
|
};
|
||||||
actions = {
|
actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,9 @@
|
||||||
containers = {
|
containers = {
|
||||||
epg = {
|
epg = {
|
||||||
image = "ghcr.io/iptv-org/epg:master";
|
image = "ghcr.io/iptv-org/epg:master";
|
||||||
ports = [ "3001:3000" ];
|
ports = [ "3000:3000" ];
|
||||||
volumes = [ "/mnt/media/TV/custom.channels.xml:/epg/public/channels.xml" ];
|
volumes = [ "/mnt/media/TV/custom.channels.xml:/epg/public/channels.xml" ];
|
||||||
|
extraOptions = [ "--network=host" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue