-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from lllllllillllllillll/dev
v0.07
- Loading branch information
Showing
19 changed files
with
706 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,19 @@ | ||
services: | ||
dweebui: | ||
container_name: DweebUI | ||
image: lllllllillllllillll/dweebui:v0.06 | ||
image: lllllllillllllillll/dweebui:v0.07 | ||
environment: | ||
NODE_ENV: production | ||
REDIS_PASS: replace_with_password_for_redis | ||
PORT: 8000 | ||
# Proxy_Manager: enabled | ||
restart: unless-stopped | ||
ports: | ||
- 8000:8000 | ||
depends_on: | ||
- cache | ||
links: | ||
- cache | ||
volumes: | ||
- dweebui:/app | ||
- caddyfiles:/app/caddyfiles | ||
- /var/run/docker.sock:/var/run/docker.sock | ||
cache: | ||
container_name: DweebCache | ||
image: redis:6.2-alpine | ||
restart: always | ||
command: redis-server --save 20 1 --loglevel warning --requirepass replace_with_password_for_redis | ||
volumes: | ||
- cache:/data | ||
|
||
volumes: | ||
dweebui: | ||
cache: | ||
caddyfiles: |
Oops, something went wrong.