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=
|
||||||
|
```
|
||||||
|
@ -20,4 +20,15 @@ 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
|
||||||
|
```
|
@ -42,4 +42,15 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- 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
|
||||||
```
|
```
|
@ -83,4 +83,15 @@ services:
|
|||||||
image: redis:6
|
image: redis:6
|
||||||
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
|
||||||
```
|
```
|
@ -22,4 +22,15 @@ services:
|
|||||||
volumes:
|
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
|
||||||
|
@ -57,4 +57,15 @@ services:
|
|||||||
volumes:
|
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
|
||||||
```
|
```
|
@ -17,4 +17,15 @@ services:
|
|||||||
restart: ${RST-unless-stopped}
|
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,4 +24,15 @@ services:
|
|||||||
restart: ${RST-unless-stopped}
|
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
|
||||||
```
|
```
|
@ -19,4 +19,15 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- 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
|
||||||
```
|
```
|
@ -14,4 +14,13 @@ services:
|
|||||||
restart: ${RST-unless-stopped}
|
restart: ${RST-unless-stopped}
|
||||||
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
|
||||||
```
|
```
|
@ -23,4 +23,15 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
digikam:
|
digikam:
|
||||||
|
```
|
||||||
|
|
||||||
|
Environments:
|
||||||
|
```
|
||||||
|
tag=latest
|
||||||
|
RST=unless-stopped
|
||||||
|
NET=bridge
|
||||||
|
PUID=1000
|
||||||
|
PGID=1000
|
||||||
|
TZ=Europe/Lisbon
|
||||||
|
AutoUpdate=true
|
||||||
```
|
```
|
@ -18,4 +18,15 @@ services:
|
|||||||
restart: ${RST-unless-stopped}
|
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
|
||||||
```
|
```
|
@ -23,4 +23,15 @@ services:
|
|||||||
restart: ${RST-unless-stopped}
|
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
|
||||||
```
|
```
|
@ -22,4 +22,15 @@ services:
|
|||||||
restart: ${RST-unless-stopped}
|
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
|
||||||
```
|
```
|
@ -19,4 +19,15 @@ services:
|
|||||||
- 80:80
|
- 80:80
|
||||||
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
|
||||||
```
|
```
|
@ -22,4 +22,15 @@ services:
|
|||||||
- WEBUI_PORT=8080
|
- WEBUI_PORT=8080
|
||||||
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
|
||||||
```
|
```
|
@ -30,4 +30,15 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
@ -13,4 +13,15 @@ services:
|
|||||||
restart: ${RST-unless-stopped}
|
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
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user