Logview
This commit is contained in:
@ -59,5 +59,19 @@ services:
|
||||
container_name: incoviba_python
|
||||
<<: *restart
|
||||
|
||||
logview:
|
||||
profiles:
|
||||
- log
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Log.Dockerfile
|
||||
container_name: incoviba_logview
|
||||
environment:
|
||||
WEB_PORT: '8084'
|
||||
volumes:
|
||||
- "./logs:/logs"
|
||||
ports:
|
||||
- "8084:80"
|
||||
|
||||
volumes:
|
||||
dbdata:
|
||||
|
Reference in New Issue
Block a user