I don't remember
This commit is contained in:
parent
126257c494
commit
0ecb2f1133
|
@ -1,4 +1,21 @@
|
|||
services:
|
||||
freshrss:
|
||||
image: lscr.io/linuxserver/freshrss:latest
|
||||
container_name: freshrss
|
||||
environment:
|
||||
- PUID=${UID}
|
||||
- PGID=${GID}
|
||||
- TZ=${TZ}
|
||||
- VIRTUAL_HOST=rss.${DOMAIN}
|
||||
- LETSENCRYPT_HOST=rss.${DOMAIN}
|
||||
- LETSENCRYPT_EMAIL=${EMAIL}
|
||||
volumes:
|
||||
- ${CONFIG_LOCATION}/freshrss:/config
|
||||
expose:
|
||||
- "8085"
|
||||
ports:
|
||||
- 8085:80
|
||||
restart: unless-stopped
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
container_name: radarr
|
||||
|
|
BIN
dashboard/data/homarr/db.sqlite
Normal file
BIN
dashboard/data/homarr/db.sqlite
Normal file
Binary file not shown.
|
@ -1 +1 @@
|
|||
client_max_body_size 10000m;
|
||||
client_max_body_size 100000m;
|
Loading…
Reference in New Issue
Block a user