updated to use a shared pasta network a pods wont work
This commit is contained in:
parent
34b0207e9a
commit
d1b676dae7
3 changed files with 11 additions and 0 deletions
|
@ -13,6 +13,7 @@ Image=docker.io/heussd/fivefilters-full-text-rss:latest
|
|||
ContainerName=fivefilters
|
||||
HostName=fivefilters
|
||||
|
||||
Network=freshrss.network
|
||||
PublishPort=5000:80
|
||||
|
||||
Environment=FTR_ADMIN_PASSWORD=XXXXXXXX
|
|
@ -14,6 +14,7 @@ Image=docker.io/linuxserver/freshrss:latest
|
|||
ContainerName=freshrss
|
||||
HostName=freshrss
|
||||
|
||||
Network=freshrss.network
|
||||
PublishPort=4422:80
|
||||
|
||||
Volume=freshrss-config:/config:z
|
||||
|
|
9
quadlets/freshrss/freshrss.network
Normal file
9
quadlets/freshrss/freshrss.network
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Network]
|
||||
Subnet=10.10.10.0/24
|
||||
Gateway=10.10.10.1
|
||||
Label=app=freshrss
|
||||
Driver=pasta
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue