This commit is contained in:
parent
9f2e88826d
commit
eb1212bbee
@ -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=
|
||||||
|
```
|
||||||
|
@ -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
|
||||||
|
```
|
@ -54,3 +54,15 @@ services:
|
|||||||
|
|
||||||
{: align=center width=500 }
|
{: align=center width=500 }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Environments:
|
||||||
|
```
|
||||||
|
tag=latest
|
||||||
|
RST=unless-stopped
|
||||||
|
NET=bridge
|
||||||
|
PUID=1000
|
||||||
|
PGID=1000
|
||||||
|
TZ=Europe/Lisbon
|
||||||
|
AutoUpdate=true
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
```
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
@ -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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user