https://github.com/junqiuzhang/open-webui-docker
A docker config for open-webui
https://github.com/junqiuzhang/open-webui-docker
Last synced: about 2 months ago
JSON representation
A docker config for open-webui
- Host: GitHub
- URL: https://github.com/junqiuzhang/open-webui-docker
- Owner: junqiuzhang
- License: mit
- Created: 2025-02-25T15:00:42.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-02-25T15:24:49.000Z (11 months ago)
- Last Synced: 2025-02-25T16:23:16.044Z (11 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenWebUI Docker Config
## Description
This docker compose file is used to deploy the OpenWebUI application. It contains the following services:
- OpenWebUI: The main application
- Nginx: Reverse proxy for the OpenWebUI application
- Certbot: SSL certificate management
- Watchtower: Automatic updates for the OpenWebUI application
## Usage
1. Clone the repository
2. Create some directories:
- `mkdir nginx/conf`
- `mkdir nginx/logs`
- `mkdir certbot/conf`
- `mkdir certbot/www`
3. Move the ngix.conf file to the `nginx/conf` directory
4. Run the following command:
- `docker-compose up -d`
5. Access the OpenWebUI application at `https://`