This commit is contained in:
2023-02-14 20:47:41 -03:00
parent 907c756aa2
commit 5d8fbceb67
2 changed files with 37 additions and 0 deletions

View File

@ -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: