Prepare swag update
This commit is contained in:
parent
22e2e959b5
commit
b9f8430451
@ -18,9 +18,17 @@ options {
|
||||
|
||||
//Set the IP addresses of your ISP's DNS servers:
|
||||
forwarders {
|
||||
80.67.169.12; // fdn.fr
|
||||
80.67.169.40; // fdn.fr
|
||||
1.1.1.1; // Cloudflare
|
||||
// Aalto University
|
||||
//130.233.224.132;
|
||||
//130.233.224.140;
|
||||
//130.233.224.141;
|
||||
|
||||
// France
|
||||
//80.67.169.12; // fdn.fr
|
||||
//80.67.169.40; // fdn.fr
|
||||
|
||||
// Global
|
||||
1.1.1.1; // Cloudflare
|
||||
};
|
||||
|
||||
allow-query { goodclients; };
|
||||
|
||||
@ -78,21 +78,21 @@ services:
|
||||
ports:
|
||||
- 6881:6881
|
||||
|
||||
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
container_name: radarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- ./radarr:/config
|
||||
- /mnt/storage/video/Films/:/movies
|
||||
- /mnt/storage/download/:/downloads
|
||||
ports:
|
||||
- 7878:7878
|
||||
restart: unless-stopped
|
||||
# WIP
|
||||
# radarr:
|
||||
# image: lscr.io/linuxserver/radarr:latest
|
||||
# container_name: radarr
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - TZ=Europe/Paris
|
||||
# volumes:
|
||||
# - ./radarr:/config
|
||||
# - /mnt/storage/video/Films/:/movies
|
||||
# - /mnt/storage/download/:/downloads
|
||||
# ports:
|
||||
# - 7878:7878
|
||||
# restart: unless-stopped
|
||||
|
||||
|
||||
syncthing:
|
||||
@ -149,26 +149,26 @@ services:
|
||||
- PUID=1000
|
||||
- TZ=Europe/Paris
|
||||
|
||||
|
||||
zotero:
|
||||
#image: lscr.io/linuxserver/nginx:latest
|
||||
#image: sashgorokhov/webdav
|
||||
build: zotero
|
||||
container_name: zotero
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Paris
|
||||
- USERNAME=user
|
||||
- PASSWORD=passwd
|
||||
volumes:
|
||||
- zotero-data:/data
|
||||
#- zotero-data:/media
|
||||
restart: unless-stopped
|
||||
# https://github.com/linuxserver/docker-baseimage-alpine-nginx/blob/master/Dockerfile
|
||||
# https://github.com/linuxserver/docker-nginx/blob/master/Dockerfile
|
||||
# https://github.com/sashgorokhov/docker-nginx-webdav/blob/master/Dockerfile
|
||||
# XXX: Missing "nginx-extra" in my build?
|
||||
# WIP
|
||||
# zotero:
|
||||
# #image: lscr.io/linuxserver/nginx:latest
|
||||
# #image: sashgorokhov/webdav
|
||||
# build: zotero
|
||||
# container_name: zotero
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - TZ=Europe/Paris
|
||||
# - USERNAME=user
|
||||
# - PASSWORD=passwd
|
||||
# volumes:
|
||||
# - zotero-data:/data
|
||||
# #- zotero-data:/media
|
||||
# restart: unless-stopped
|
||||
# # https://github.com/linuxserver/docker-baseimage-alpine-nginx/blob/master/Dockerfile
|
||||
# # https://github.com/linuxserver/docker-nginx/blob/master/Dockerfile
|
||||
# # https://github.com/sashgorokhov/docker-nginx-webdav/blob/master/Dockerfile
|
||||
# # XXX: Missing "nginx-extra" in my build?
|
||||
|
||||
|
||||
taskserver:
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user