Compare commits
No commits in common. "eede8e5ef7c467cae446c78c5f63c235c524e2da" and "df5f7613915eff592869ba37f2d3bcb041e6bae3" have entirely different histories.
eede8e5ef7
...
df5f761391
@ -20,4 +20,4 @@ dm.guiotte.fr. IN A 192.168.1.2
|
||||
money.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
photos.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
dl.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
kdoc.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
kdoc-testing.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||
|
||||
Binary file not shown.
@ -1,10 +1,12 @@
|
||||
version: '3.4'
|
||||
|
||||
x-common-environment: &common-environment
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
TZ: Europe/Helsinki
|
||||
|
||||
|
||||
services:
|
||||
|
||||
bind9:
|
||||
image: ubuntu/bind9:9.18-22.04_beta
|
||||
container_name: bind9
|
||||
@ -18,7 +20,6 @@ services:
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
|
||||
|
||||
swag:
|
||||
image: lscr.io/linuxserver/swag
|
||||
container_name: swag
|
||||
@ -38,7 +39,6 @@ services:
|
||||
- 443:443
|
||||
- 80:80
|
||||
|
||||
|
||||
ddclient:
|
||||
image: lscr.io/linuxserver/ddclient:latest
|
||||
container_name: ddclient
|
||||
@ -46,8 +46,6 @@ services:
|
||||
environment: *common-environment
|
||||
volumes:
|
||||
- ./ddclient:/config
|
||||
- ddclient-cache:/var/cache/ddclient
|
||||
|
||||
|
||||
money:
|
||||
image: ihatemoney/ihatemoney
|
||||
@ -81,7 +79,6 @@ services:
|
||||
- transmission-user
|
||||
- transmission-pw
|
||||
|
||||
|
||||
# WIP
|
||||
# radarr:
|
||||
# image: lscr.io/linuxserver/radarr:latest
|
||||
@ -150,7 +147,6 @@ services:
|
||||
secrets:
|
||||
- lychee-db-pw
|
||||
|
||||
|
||||
# WIP
|
||||
# zotero:
|
||||
# #image: lscr.io/linuxserver/nginx:latest
|
||||
@ -202,8 +198,6 @@ services:
|
||||
image: lscr.io/linuxserver/nextcloud:latest
|
||||
container_name: nextcloud
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- nextcloud-db
|
||||
environment: *common-environment
|
||||
volumes:
|
||||
- nextcloud-config:/config
|
||||
@ -239,7 +233,6 @@ volumes:
|
||||
nextcloud-data:
|
||||
nextcloud-config:
|
||||
nextcloud-db-config:
|
||||
ddclient-cache:
|
||||
|
||||
|
||||
secrets:
|
||||
|
||||
@ -17,7 +17,7 @@ server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name kdoc.*;
|
||||
server_name kdoc-testing.*;
|
||||
|
||||
include /config/nginx/ssl.conf;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user