JvdMaat
JvdMaat
IImmich
Created by JvdMaat on 9/28/2023 in #help-desk-support
Metadata not loaded for library file
No description
8 replies
IImmich
Created by JvdMaat on 8/17/2023 in #help-desk-support
Message history
No description
2 replies
IImmich
Created by JvdMaat on 8/16/2023 in #help-desk-support
Existing docker compose stack interference
I only have a single system available, and currently have about 20 containers in my docker compose stack. (including swag with ngnix for reverse SSL proxy). I am trying to add immich to this and incorporating it all into my existing .env file and compose.yaml. (Am I doing that wrong? Can (should) you run multiple docker compose files on a single machine?) I think the biggest hang-up I have is that I already have 3-4 services that are using port 3000 and 3001 within the stack (they get mapped to different public ports, so no issue in that usage). Based upon the environment variables available I added this to my .env file: PORT=3030 SERVER_PORT=3031 MICROSERVICES_PORT=3032 MACHINE_LEARNING_PORT=3033 However when I run docker ps, it still shows the immich services listening on port 3001 (both micro and server), and 3000 for web. How do I fix that?
14 replies