From a51377e248b9e0268d9fe2721a4fce7b1f74a99b Mon Sep 17 00:00:00 2001 From: Micha Date: Sat, 28 Mar 2026 15:03:11 +0000 Subject: [PATCH] chore: remove partial apps/immich-server (apps/immich is the full stack) --- apps/immich-server/docker-compose.yml | 39 --------------------------- 1 file changed, 39 deletions(-) delete mode 100644 apps/immich-server/docker-compose.yml diff --git a/apps/immich-server/docker-compose.yml b/apps/immich-server/docker-compose.yml deleted file mode 100644 index 91f4961..0000000 --- a/apps/immich-server/docker-compose.yml +++ /dev/null @@ -1,39 +0,0 @@ -version: "3.9" - -services: - immich-server: - image: ghcr.io/immich-app/immich-server:release - container_name: immich_server - restart: unless-stopped - - environment: - DB_HOSTNAME: database - DB_USERNAME: immich - DB_PASSWORD: ${IMMICH_DB_PASSWORD} - DB_DATABASE_NAME: immich - REDIS_HOSTNAME: redis - - volumes: - - /mnt/user/photos/immich:/usr/src/app/upload - - networks: - - immich_default - - frontend_net - - security_opt: - - no-new-privileges:true - - labels: - - "traefik.enable=true" - - "traefik.docker.network=frontend_net" - - "traefik.http.routers.immich.rule=Host(`immich.kaleschke.info`)" - - "traefik.http.routers.immich.entrypoints=websecure" - - "traefik.http.routers.immich.tls=true" - - "traefik.http.routers.immich.tls.certresolver=le" - - "traefik.http.services.immich.loadbalancer.server.port=2283" - -networks: - immich_default: - external: true - frontend_net: - external: true \ No newline at end of file