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

This commit is contained in:
Sthope 2022-05-01 10:19:52 +02:00
parent 7cd1f30dea
commit 7d12eea351
3 changed files with 28 additions and 0 deletions

View File

@ -35,6 +35,8 @@ services:
# to the following: `/home/user/photos:/photos:ro`.
# You can mount multiple paths, if your photos are spread across multiple directories.
- ./photos_path:/photos:ro
labels:
- com.centurylinklabs.watchtower.enable=true
photoview_db:
image: lscr.io/linuxserver/mariadb:latest
@ -49,6 +51,8 @@ services:
- MYSQL_ROOT_PASSWORD=photoviewadmin
volumes:
- photoview_db_data:/config
labels:
- com.centurylinklabs.watchtower.enable=true
volumes:
photoview_db_data:

View 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
```

View File

@ -84,6 +84,7 @@ nav:
- Authentik: portainer-stacks/Authentik.md
- Bazarr: portainer-stacks/bazarr.md
- Bitwarden: portainer-stacks/Bitwarden.md
- digiKam: portainer-stacks/digiKam.md
- Drone: portainer-stacks/Drone.md
- Gitea: portainer-stacks/Gitea.md
- Heimdall: portainer-stacks/heimdall.md