Compare commits
4 Commits
b1648aa415
...
867eec7785
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
867eec7785 | ||
|
|
45ff8948c7 | ||
|
|
cac8659404 | ||
|
|
7a6660a332 |
@@ -15,6 +15,8 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.monitor-only=true"
|
||||
restart: always
|
||||
|
||||
immich-microservices:
|
||||
@@ -29,6 +31,8 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.monitor-only=true"
|
||||
restart: always
|
||||
|
||||
immich-machine-learning:
|
||||
@@ -38,16 +42,20 @@ services:
|
||||
- ./model-cache:/cache
|
||||
env_file:
|
||||
- .env
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.monitor-only=true"
|
||||
restart: always
|
||||
|
||||
redis:
|
||||
container_name: immich_redis
|
||||
image: redis:6.2-alpine
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.monitor-only=true"
|
||||
restart: always
|
||||
|
||||
database:
|
||||
container_name: immich_postgres
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.1.11
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
@@ -56,6 +64,8 @@ services:
|
||||
POSTGRES_DB: ${DB_DATABASE_NAME}
|
||||
volumes:
|
||||
- ./DB-data:/var/lib/postgresql/data
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.monitor-only=true"
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
|
||||
#
|
||||
# mit logging, wenn es zu Problemen kommt
|
||||
command: knxd -e 1.1.250 -E 1.1.210:10 -f6 -t1023 -DTRS -c -B single --send-delay=70 -b ipt:192.168.0.200
|
||||
command: knxd -e 1.1.250 -E 1.1.210:10 -f6 -t1023 -DTRS -c -B single --send-delay=150 -b ipt:192.168.0.200
|
||||
#
|
||||
# ohne logging -i deaktiviert zum testen
|
||||
#
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
DB_PASS=ChangeMe
|
||||
|
||||
NFS_SERVER=192.168.0.x
|
||||
PFAD=/mnt/Pfad/zuden/Bildern
|
||||
@@ -1,62 +0,0 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
db:
|
||||
image: mariadb:10.5
|
||||
container_name: photoview-db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- MYSQL_DATABASE=photoview
|
||||
- MYSQL_USER=photoview
|
||||
- MYSQL_PASSWORD=${DB_PASS}
|
||||
- MYSQL_RANDOM_ROOT_PASSWORD=1
|
||||
volumes:
|
||||
- ./db_data:/var/lib/mysql
|
||||
|
||||
photoview:
|
||||
image: viktorstrate/photoview:2.3.12
|
||||
container_name: photoview-app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8012:80"
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- PHOTOVIEW_DATABASE_DRIVER=mysql
|
||||
- PHOTOVIEW_MYSQL_URL=photoview:photosecret@tcp(db)/photoview
|
||||
- PHOTOVIEW_LISTEN_IP=photoview
|
||||
- PHOTOVIEW_LISTEN_PORT=80
|
||||
- PHOTOVIEW_MEDIA_CACHE=/app/cache
|
||||
- PHOTOVIEW_DISABLE_VIDEO_ENCODING=1
|
||||
- PHOTOVIEW_DISABLE_RAW_PROCESSING=1
|
||||
|
||||
# Optional: If you are using Samba/CIFS-Share and experience problems with "directory not found"
|
||||
# Enable the following Godebug
|
||||
# - GODEBUG=asyncpreemptoff=1
|
||||
|
||||
|
||||
# Optional: To enable map related features, you need to create a mapbox token.
|
||||
# A token can be generated for free here https://account.mapbox.com/access-tokens/
|
||||
# It's a good idea to limit the scope of the token to your own domain, to prevent others from using it.
|
||||
- MAPBOX_TOKEN=pk.eyJ1IjoiYm9yZ2FsIiwiYSI6ImNsZnYxdGZiNTAyeXozbG83MHk5ZHVwZGUifQ.7HmlrT_LEAIyN1J_F0rzxA
|
||||
|
||||
volumes:
|
||||
- ./api_cache:/app/cache
|
||||
|
||||
# Change This: to the directory where your photos are located on your server.
|
||||
# If the photos are located at `/home/user/photos`, then change this value
|
||||
# to the following: `/home/user/photos:/photos:ro`.
|
||||
# You can mount multiple paths, if your photos are spread across multiple directories.
|
||||
- Photos:/photos:ro
|
||||
|
||||
volumes:
|
||||
Photos:
|
||||
name: Photos
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: nfs
|
||||
o: addr=${NFS_SERVER},rw
|
||||
device: ":${PFAD}"
|
||||
@@ -4,12 +4,12 @@ services:
|
||||
image: lapicidae/vdr-server:latest
|
||||
container_name: vdr-server
|
||||
environment:
|
||||
#- PUID=1000
|
||||
- PUID=1000
|
||||
- PGID=1004
|
||||
- TZ=Europe/Berlin
|
||||
- LANG=de_DE.UTF-8
|
||||
- LOG2FILE=false
|
||||
- PLUGINS=epgsearch live streamdev-server ddci2 svdrpservice femon #vnsiserver markad
|
||||
- PLUGINS=epgsearch live ddci2 svdrpservice streamdev-server femon robotv #markad vnsiserver
|
||||
volumes:
|
||||
- ./system:/vdr/system
|
||||
- ./config:/vdr/config
|
||||
@@ -22,6 +22,7 @@ services:
|
||||
- 2004:2004
|
||||
- 6419:6419
|
||||
- 6419:6419/udp
|
||||
- 34892:34892 #optional-RoboTV
|
||||
#- 34890:34890 #optional-vnsi
|
||||
#- 8099:8099 #optional
|
||||
devices:
|
||||
|
||||
Reference in New Issue
Block a user