Forwarding to RPI Doocker Immich RB960PGS

Hello members,

I have installed Immich on the Raspberrypi 4 Debian Triexie in Docker.

As next I need to add forwarding rules to be able to access from the web.

Is anyone here able to help me on this?

TIA

Is it the proper forum?

What? Where? When? How?
No signs of Mikrotik related device or software in your post.

Oh yes.
In the title it shows RB960PGS.

But no further info on what/where/when/how ... so time to take out the crystal ball again, I guess.

and the answer would be

this/there/now/thus

:rofl:

This should help:

Documentation has a lot of info.

Thanks @erlinden and everyone else
My apology for the late reply. I had to restrain my time because the end of year tax return, consequently restrict/concentrate on that subject.
To add a bit more info I have the Docker compose file layout, if that helps.

MikroTik RouterOS 6.49.18

_______________

version: v3.8

services:
nginx:
image: nginx:latest
ports:

  • "80:80"
    volumes:
  • ./nginx.conf:/etc/nginx/nginx.conf
    networks:
  • app-network

immich:
image: ghcr.io/immich-app/immich-server:latest
volumes:

  • immich-data:/usr/src/app/upload
    networks:
  • app-network

dockhand:
image: dockhand:latest
networks:

  • app-network

rqlite:
image: rqlite/rqlite
ports:

  • "4001:4001"
    volumes:
  • rqlite-data:/rqlite/file
    command: rqlited -http :4001

volumes:
rqlite-data:
networks:
app-network:
driver: bridge

__________

But where you want to redirect traffic to/from ?

The gadget I'm using is a RaspberrypiTrixie

So ...?

What other info is required?

From the router to the RPI. Would also need web access.

I'm wondering if you created the port forwards as linked in my previous post.
And my best guess is that @BartoszP has the same question.

Ah, ok. Sorry just didn't get it.:worried:

Nothing created yet.

Try these:

https://operavps.com/docs/mikrotik-port-forwarding/

ot just that: https://www.youtube.com/watch?v=a_8AV6vIDYQ

Mr Google started to not provided the pure answers when searching but the "AI assumed the best" and it gets harder and harder to find answers

It is the actual effect predicted by Douglas Adams for the Nutri-Matic machine.

The way it functioned was very interesting. When the Drink button was pressed it made an instant but highly detailed examination of the subject’s taste buds, a spectroscopic analysis of the subject’s metabolism and then sent tiny experimental signals down the neural pathways to the taste centers of the subject’s brain to see what was likely to go down well. However, no one knew quite why it did this because it invariable delivered a cupful of liquid that was almost, but not quite, entirely unlike tea.

Google AI is currently delivering something that is almost, but not quite, entirely unlike the correct answer to your question.

People, en masse, treat these "answers" as "truths revealed" and do not try to argue with them.
Waiting for the first report that someone "altrnatively inteligent" applied the "AI suggestion" that the best way to kill the pain during heart attack is to remove the source of pain :frowning:
Predict that in the nearest future the most wanted job position would be the "fact checker" with ability to look fast for accurate information. It means that in reality we do A BIG STEP BACK back. It is the same situation that Wikipedia had. Everyone was able to edit it and the small trusty source of info became a piece of .... till they decided that a group of wises have to accept changes. Time to dig out and undust old trusty encyclopedias buried in the basement.

Technically it IS correct...

So "pain killers" get their new meaning: "butchers"
:rofl:

Thanks a lot @BartoszP

I will look into it and have a go.