Adds volume and static files for logging from socket
This commit is contained in:
parent
238a6f393c
commit
ec4b0c0551
5 changed files with 13 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ services:
|
|||
hostname: socket
|
||||
volumes:
|
||||
- ${PROJECT_ROOT}/websocket:/app
|
||||
- ${PROJECT_ROOT}/logs:/var/www/html/pathfinder/history/map
|
||||
- ${PROJECT_ROOT}/static/socket/logrotate:/etc/logrotate.d/pathfinder
|
||||
networks:
|
||||
pf:
|
||||
aliases:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue