fix: remove deprecated compose version tag

This commit is contained in:
LRVT
2024-11-04 13:08:51 +01:00
parent ea9ff8a925
commit dba1b9f1cc
148 changed files with 658 additions and 603 deletions

View File

@@ -1,9 +1,8 @@
version: "3.8"
services:
immich-server:
container_name: immich-server
image: altran1502/immich-server:${IMMICH_VERSION:-release}
container_name: immich-server
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
@@ -52,8 +51,8 @@ services:
# - proxy
immich-redis:
image: redis:6.2-alpine
container_name: immich-redis
image: redis:6.2-alpine
restart: unless-stopped
#labels:
# - "com.centurylinklabs.watchtower.enable=true"
@@ -61,8 +60,8 @@ services:
# - proxy
immich-database:
image: tensorchord/pgvecto-rs:pg14-v0.2.0
container_name: immich-database
image: tensorchord/pgvecto-rs:pg14-v0.2.0
env_file:
- .env
environment: