Compare commits
12 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7d0bbc27fa | ||
![]() |
47c9ab68ce | ||
![]() |
518bc46dab | ||
![]() |
00216663a5 | ||
![]() |
f46648e598 | ||
![]() |
d905a95764 | ||
![]() |
a67f65996e | ||
![]() |
4b5ae32a97 | ||
![]() |
ee9870f554 | ||
![]() |
8f97e17765 | ||
![]() |
c7d79b296c | ||
![]() |
c3f10fbb7c |
3 changed files with 9 additions and 7 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
|
||||
# Build image and only publish if not a Pull Request
|
||||
- name: Build and Publish Docker Image
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
timeout-minutes: 30
|
||||
with:
|
||||
context: .
|
||||
|
|
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
|||
<h3 align="center"><img width="150" src="https://raw.githubusercontent.com/lllllllillllllillll/DweebUI/main/public/images/logo.png"></h3>
|
||||
<h3 align="center"><img width="150" src="https://raw.githubusercontent.com/lllllllillllllillll/DweebUI/main/public/img/logo.png"></h3>
|
||||
<h4 align="center">DweebUI Beta v0.60 ( :fire: Experimental :fire: )</h4>
|
||||
<h3 align="center">Free and Open-Source WebUI For Managing Your Containers.</h3>
|
||||
<p align="center">
|
||||
|
@ -43,11 +43,10 @@ version: "3.9"
|
|||
services:
|
||||
dweebui:
|
||||
container_name: dweebui
|
||||
image: lllllllillllllillll/dweebui:v0.60
|
||||
image: lllllllillllllillll/dweebui
|
||||
environment:
|
||||
PORT: 8000
|
||||
SECRET: MrWiskers
|
||||
HTTPS: false
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8000:8000
|
||||
|
@ -77,7 +76,10 @@ Compose setup:
|
|||
* Open a terminal in the ```dweebui``` folder, then enter ```docker compose up -d```.
|
||||
* You may need to use ```docker-compose up -d``` or execute the command as root with either ```sudo docker compose up -d``` or ```sudo docker-compose up -d```.
|
||||
|
||||
Configuration:
|
||||
|
||||
* `PORT` - Specifies which port the service binds to on startup. Default is `8000`.
|
||||
* `SECRET` - A shared secret used by the registration page.
|
||||
|
||||
## Credits
|
||||
|
||||
|
@ -90,4 +92,4 @@ Compose setup:
|
|||
## Supporters
|
||||
|
||||
* MM (Patreon)
|
||||
* PD (Buymeacoffee)
|
||||
* PD (Buymeacoffee)
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- dweebui:/app
|
||||
- dweebui:/app/config
|
||||
# Docker socket
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
# Podman socket
|
||||
|
@ -24,4 +24,4 @@ volumes:
|
|||
|
||||
networks:
|
||||
dweebui_net:
|
||||
driver: bridge
|
||||
driver: bridge
|
||||
|
|
Loading…
Add table
Reference in a new issue