jake
jake
IImmich
Created by jake on 12/4/2024 in #help-desk-support
Recover DB password
thanks @Zeus . I presume i exec into the postgres container and run that? i am pretty new to all this.
6 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
yup thats what i did. much easier for me at this point.
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
correct. i am just trying to limit the size where i can. i think i have some other offending containers that seem to want to grow that docker.img in size as well. just started with immich first. many thinaks.
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
wow, thanks @ddshd . that is much more involved than i had expected.
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
if anyone knows how to mount those volumes properly to an external location that'd be great. i did see there is an external: true flag but didnt try that.
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
i ended up just commenting out the root volumes and mapping them in each container. i couldnt figure out how the convention should be. tried:
volumes:
pgdata:
name: "/path/to/local/volume"
volumes:
pgdata:
name: "/path/to/local/volume"
and
volumes:
pgdata: "/path/to/local/volume"
volumes:
pgdata: "/path/to/local/volume"
neither worked. the second said it needed to be a map, so i tried and object (first one) but that said name was not a valid prop. looked through the docker docs on how to do it but couldnt find anythign specific so i just went the explicit route in the containers volume mapping.
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
im cool with that. i just started a scan and can always start from scratch.
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
pgdata is postgres by the looks. i think im going to try and map both of those to see if i can save some space in that container.
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
what are those two other volumes? would it be beneficial to map those as well?
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
perfect. I'll give that a try to alleviate some of the storage space.
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
btw, thanks for the quick reply. kickass app.
25 replies
IImmich
Created by jake on 10/6/2023 in #help-desk-support
Docker Container Size
yep i am following there. i wonder if there is a way to mount the machine learning models elsewhere so that it isnt included in the container?
25 replies