Sassanix's recent activity

  1. Comment on Using NFS mount with docker containers in ~comp

    Sassanix
    Link
    This is how I set it up in my docker compose. Add a health check as well

    This is how I set it up in my docker compose.

    volumes:
    tv:
    driver_opts:
    type: nfs
    o: addr=192.168.2.xx,nolock,soft,ro
    device: :/mnt/user/mynas/data/tv
    movies:
    driver_opts:
    type: nfs
    o: addr=192.168.2.xx,nolock,soft,ro
    device: :/mnt/user/mynas/data/movies
    wedding:
    driver_opts:
    type: nfs

    Add a health check as well

    healthcheck:
    test: [“CMD-SHELL”, “ls /movies > /dev/null 2>&1 || exit 1”]
    interval: 30s
    timeout: 10s
    retries: 3
    start_period: 40s

    3 votes
  2. Comment on Do you use an RSS reader? in ~tech

    Sassanix
    Link Parent
    This is amazing, thank you so much!

    This is amazing, thank you so much!

  3. Comment on How I built an NFC movie library for my kids in ~tech

    Sassanix
    Link
    Interesting concept with NFC and Plex. It can be done with music as well.

    Interesting concept with NFC and Plex. It can be done with music as well.

    4 votes
  4. Comment on GameStop kills Game Informer magazine and takes website offline in ~games

    Sassanix
    Link
    I grew up with Game Informer and I have fond memories of this gaming magazine. This is an end of an era!

    I grew up with Game Informer and I have fond memories of this gaming magazine.

    This is an end of an era!

    2 votes