-
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
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