This commit is contained in:
parent
7cd1f30dea
commit
7d12eea351
@ -35,6 +35,8 @@ services:
|
|||||||
# to the following: `/home/user/photos:/photos:ro`.
|
# to the following: `/home/user/photos:/photos:ro`.
|
||||||
# You can mount multiple paths, if your photos are spread across multiple directories.
|
# You can mount multiple paths, if your photos are spread across multiple directories.
|
||||||
- ./photos_path:/photos:ro
|
- ./photos_path:/photos:ro
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
|
|
||||||
photoview_db:
|
photoview_db:
|
||||||
image: lscr.io/linuxserver/mariadb:latest
|
image: lscr.io/linuxserver/mariadb:latest
|
||||||
@ -49,6 +51,8 @@ services:
|
|||||||
- MYSQL_ROOT_PASSWORD=photoviewadmin
|
- MYSQL_ROOT_PASSWORD=photoviewadmin
|
||||||
volumes:
|
volumes:
|
||||||
- photoview_db_data:/config
|
- photoview_db_data:/config
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
photoview_db_data:
|
photoview_db_data:
|
||||||
|
23
docs/portainer-stacks/digiKam.md
Normal file
23
docs/portainer-stacks/digiKam.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
Portainer Stack:
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
digikam:
|
||||||
|
image: lscr.io/linuxserver/digikam:latest
|
||||||
|
container_name: digikam
|
||||||
|
network_mode: host
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Amsterdam
|
||||||
|
- SUBFOLDER=/
|
||||||
|
- KEYBOARD=en-us-qwerty
|
||||||
|
volumes:
|
||||||
|
- digikam:/config
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
|
```
|
@ -84,6 +84,7 @@ nav:
|
|||||||
- Authentik: portainer-stacks/Authentik.md
|
- Authentik: portainer-stacks/Authentik.md
|
||||||
- Bazarr: portainer-stacks/bazarr.md
|
- Bazarr: portainer-stacks/bazarr.md
|
||||||
- Bitwarden: portainer-stacks/Bitwarden.md
|
- Bitwarden: portainer-stacks/Bitwarden.md
|
||||||
|
- digiKam: portainer-stacks/digiKam.md
|
||||||
- Drone: portainer-stacks/Drone.md
|
- Drone: portainer-stacks/Drone.md
|
||||||
- Gitea: portainer-stacks/Gitea.md
|
- Gitea: portainer-stacks/Gitea.md
|
||||||
- Heimdall: portainer-stacks/heimdall.md
|
- Heimdall: portainer-stacks/heimdall.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user