SOLVED Help with docker image.

Lansing123

Dabbler
Joined
Oct 4, 2021
Messages
24
Hello guys!

Im currently using a deploayed image of felddy/foundryvtt using the GUI. But i also wish to use it with traefik to reverse proxy it. It does not need to be this way, but i am more doing this as a way to learn.

Now i have gathered information that TrueCharts's Traefik does not support stuff that they have not made, aka the felddy/foundryvtt. But i did find online https://github.com/felddy/foundryvtt-docker/discussions/254 a person who manages to create a docker with traefik unofficialy.

My questions is, is it possible to create a docker container on Truenas Scale using a docker-compose.yml? Or is this just no possible on truenas scale?

The script seems streight enough with the commands but i do not know if it's possible to do it with truenas scale.
 

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
compose is possible but not supported.
Truecharts offers a docker-compose app which you could try.
Another possibility would be the "custom app" from truecharts which does what the blue "launch docker" button from ix does but with more settings exposed, one of those options is ingress for traefik
 

Lansing123

Dabbler
Joined
Oct 4, 2021
Messages
24
compose is possible but not supported.
Truecharts offers a docker-compose app which you could try.
Another possibility would be the "custom app" from truecharts which does what the blue "launch docker" button from ix does but with more settings exposed, one of those options is ingress for traefik

Thanks, ill check it out!
 

Lansing123

Dabbler
Joined
Oct 4, 2021
Messages
24
compose is possible but not supported.
Truecharts offers a docker-compose app which you could try.
Another possibility would be the "custom app" from truecharts which does what the blue "launch docker" button from ix does but with more settings exposed, one of those options is ingress for traefik
Worked like a charm after using "custom app", had to fiddle a bit but got it to work. Thanks for the help!
 
Top