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