Set up base env variables file
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.nas-compose.env
|
||||||
8
nas-compose.env
Normal file
8
nas-compose.env
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
NAS_COMPOSE_DOMAIN=
|
||||||
|
DUCK_DNS_DOMAIN=
|
||||||
|
|
||||||
|
COMPOSE_PROFILES=ebooks,plaxt,ombi
|
||||||
|
|
||||||
|
SERVICES_DIR=
|
||||||
|
DOWNLOADS_DIR=
|
||||||
|
MEDIA_DIR=
|
||||||
@@ -28,6 +28,13 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|
||||||
|
duckdns:
|
||||||
|
image: linuxserver/duckdns
|
||||||
|
environment:
|
||||||
|
- FILE__SUBDOMAINS=subdomain1,subdomain2
|
||||||
|
- FILE__TOKEN=token
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
ddclient:
|
ddclient:
|
||||||
image: linuxserver/ddclient
|
image: linuxserver/ddclient
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user