Skip to content

container: autoxpose #69

@mostafa-wahied

Description

@mostafa-wahied

Prerequisites

  • I have searched the issues and confirmed this container has not been suggested before
  • I have verified the container image is actively maintained
  • I have tested this container configuration

Container ID

autoxpose

Display Name

autoxpose

Description

Automatic DNS and reverse proxy configuration for Docker containers.
Add a label to your container, and autoxpose creates the DNS record and configures your reverse proxy with SSL - no manual setup required.

Category

Networking

Tags

Network, DNS, Reverse Proxy

GitHub URL

https://github.com/mostafa-wahied/autoxpose

Icon URL

https://github.com/mostafa-wahied/autoxpose/raw/main/packages/frontend/public/autoxpose-logo.svg

Docker Compose Service Definition

services:
  autoxpose:
    image: mostafawahied/autoxpose:latest
    ports:
      - '4949:3000'
    environment:
      - SERVER_IP=your-public-ip
      - LAN_IP=your-lan-ip
    volumes:
      - autoxpose-data:/app/packages/backend/data
      - /var/run/docker.sock:/var/run/docker.sock:ro
    restart: unless-stopped

volumes:
  autoxpose-data:

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions