mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
name: immich
|
||||
services:
|
||||
immich-server:
|
||||
image: ${DOCKER_REGISTRY:-}ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||
@@ -26,7 +25,7 @@ services:
|
||||
homepage.href: https://${APPNAME}.sectorq.eu
|
||||
homepage.icon: ${APPNAME}.png
|
||||
homepage.name: Immich
|
||||
homepage.server: my-docker
|
||||
homepage.server: my-docker-swarm
|
||||
homepage.widget.key: mdaRNyiY19w9YEz3MXT3fiPD9XH3CtQYRM26C0wZJM
|
||||
homepage.widget.type: ${APPNAME}
|
||||
homepage.widget.url: https://${APPNAME}.sectorq.eu
|
||||
@@ -70,7 +69,7 @@ services:
|
||||
POSTGRES_DB: ${DB_DATABASE_NAME}
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
volumes:
|
||||
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
|
||||
- db:/var/lib/postgresql/data
|
||||
shm_size: 128mb
|
||||
deploy:
|
||||
replicas: 1
|
||||
@@ -79,3 +78,4 @@ services:
|
||||
- node.role == manager
|
||||
volumes:
|
||||
model-cache: null
|
||||
db: null
|
||||
|
||||
Reference in New Issue
Block a user