removed redis
This commit is contained in:
parent
69f2eec789
commit
0a5681d745
1 changed files with 2 additions and 13 deletions
15
compose.yaml
15
compose.yaml
|
@ -3,29 +3,18 @@ services:
|
|||
container_name: DweebUI
|
||||
image: lllllllillllllillll/dweebui:v0.07-dev
|
||||
environment:
|
||||
PORT: 8000
|
||||
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:
|
Loading…
Add table
Reference in a new issue