first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-05-01 19:06:40 +02:00
parent 9f2e88826d
commit eb1212bbee
23 changed files with 256 additions and 14 deletions

View File

@ -16,7 +16,20 @@ services:
- 3012:3012 - 3012:3012
- 80:80 - 80:80
# environment: # environment:
# - ADMIN_TOKEN=super_mega_password # - ADMIN_TOKEN=${super_mega_password}
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
super_mega_password=
```

View File

@ -21,3 +21,14 @@ services:
volumes: volumes:
dillinger: dillinger:
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -54,3 +54,15 @@ services:
![drone01](../images/drone/drone01.png){: align=center width=500 } ![drone01](../images/drone/drone01.png){: align=center width=500 }
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -43,3 +43,14 @@ services:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
- hide_db=mariadb - hide_db=mariadb
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -84,3 +84,14 @@ services:
container_name: redis container_name: redis
restart: unless-stopped restart: unless-stopped
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -23,3 +23,14 @@ volumes:
librespeed_volume: librespeed_volume:
external: false external: false
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -24,6 +24,18 @@ services:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```
Mosquitto configuration file `/mosquitto/config/mosquitto.conf`: Mosquitto configuration file `/mosquitto/config/mosquitto.conf`:
``` ```
listener 1883 listener 1883

View File

@ -43,6 +43,18 @@ services:
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```
To install Face Detection App, search for the folder `custom-cont-init.d` and create a file eg: `install_custom_php7-dlib.sh` and paste: To install Face Detection App, search for the folder `custom-cont-init.d` and create a file eg: `install_custom_php7-dlib.sh` and paste:
```bash ```bash

View File

@ -58,3 +58,14 @@ volumes:
photoview_db_data: photoview_db_data:
photoview_cache: photoview_cache:
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -18,3 +18,14 @@ services:
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -25,3 +25,14 @@ services:
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -20,3 +20,14 @@ services:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
- hide_container=false - hide_container=false
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -15,3 +15,12 @@ services:
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
NET=bridge
TZ=Europe/Lisbon
RST=unless-stopped
AutoUpdate=true
```

View File

@ -18,7 +18,18 @@ services:
- /media/kids:/kids - /media/kids:/kids
ports: ports:
- 6767:6767 - 6767:6767
restart: TZ="${TZ-Europe/Amsterdam}" restart: ${RST-unless-stopped}
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -24,3 +24,14 @@ services:
volumes: volumes:
digikam: digikam:
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -19,3 +19,14 @@ services:
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -24,3 +24,14 @@ services:
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -23,3 +23,14 @@ services:
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -20,3 +20,14 @@ services:
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -23,3 +23,14 @@ services:
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -31,3 +31,14 @@ services:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-false} - com.centurylinklabs.watchtower.enable=${AutoUpdate-false}
command: '-u "1000:1000:{USERNAME}:{USERNAME}:{PASSWORD}" -s "HomeLAB:/share:rw:{USERNAME}"' command: '-u "1000:1000:{USERNAME}:{USERNAME}:{PASSWORD}" -s "HomeLAB:/share:rw:{USERNAME}"'
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```

View File

@ -3,16 +3,13 @@ Portainer Stack:
``` ```
Portainer .env: Environments:
``` ```
tag=latest
### Universal RST=unless-stopped
PUID= NET=bridge
PGID= PUID=1000
TZ= PGID=1000
RST= TZ=Europe/Lisbon
NET= AutoUpdate=true
``` ```

View File

@ -14,3 +14,14 @@ services:
labels: labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true} - com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
``` ```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=1000
PGID=1000
TZ=Europe/Lisbon
AutoUpdate=true
```