Skip to content

Nginx Proxy manager configs? #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MilkMGN opened this issue Apr 5, 2025 · 1 comment
Open

Nginx Proxy manager configs? #166

MilkMGN opened this issue Apr 5, 2025 · 1 comment

Comments

@MilkMGN
Copy link

MilkMGN commented Apr 5, 2025

Hey,

Wanting to deploy ddinsta on my lab. Would you know how to deploy this if i am not behind Trafik, and instead behind Nginx Proxy Manager? I assume i am missing some options as the docker-compose container is not printing anything in the log.

I assume it's just <yourdomain>/reel/<id>?

Thanks

@starikh
Copy link

starikh commented Apr 10, 2025

Just add instafix container to same docker network as your nginx-proxy-manager.

Then create simple proxy host

Image

For example my docker-compose config:

services:
  instafix:
    container_name: isfix
    image: ghcr.io/wikidepia/instafix:main
    restart: unless-stopped
    #ports:
    #  - "3000:3000"
    networks:
      -  npm-srv-1
networks:
  npm-srv-1:
     external: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants