mirror of
https://github.com/clearml/clearml-server
synced 2025-03-03 10:43:10 +00:00
Bind conf for apiserver in docker-compose.yml
This commit is contained in:
parent
6c56d0fc33
commit
596bdd06ec
@ -10,6 +10,9 @@ services:
|
||||
- type: bind
|
||||
source: /opt/trains/logs
|
||||
target: /var/log/trains
|
||||
- type: bind
|
||||
source: /opt/trains/config
|
||||
target: /opt/trains/config
|
||||
links:
|
||||
- mongo:mongo
|
||||
- elasticsearch:elasticsearch
|
||||
|
Loading…
Reference in New Issue
Block a user