Set up base env variables file

This commit is contained in:
Colin Hebert
2023-01-04 07:50:28 +01:00
parent d0bbc87bb4
commit cd704dd118
3 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.nas-compose.env

8
nas-compose.env Normal file
View File

@@ -0,0 +1,8 @@
NAS_COMPOSE_DOMAIN=
DUCK_DNS_DOMAIN=
COMPOSE_PROFILES=ebooks,plaxt,ombi
SERVICES_DIR=
DOWNLOADS_DIR=
MEDIA_DIR=

View File

@@ -28,6 +28,13 @@ services:
labels:
traefik.enable: true
duckdns:
image: linuxserver/duckdns
environment:
- FILE__SUBDOMAINS=subdomain1,subdomain2
- FILE__TOKEN=token
restart: unless-stopped
ddclient:
image: linuxserver/ddclient
environment: