mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 21:43:11 +00:00
Merge pull request #26 from jayanthkoushik/patch-1
Bind conf for apiserver in docker-compose.yml
This commit is contained in:
commit
4f01778961
@ -10,6 +10,9 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: /opt/trains/logs
|
source: /opt/trains/logs
|
||||||
target: /var/log/trains
|
target: /var/log/trains
|
||||||
|
- type: bind
|
||||||
|
source: /opt/trains/config
|
||||||
|
target: /opt/trains/config
|
||||||
links:
|
links:
|
||||||
- mongo:mongo
|
- mongo:mongo
|
||||||
- elasticsearch:elasticsearch
|
- elasticsearch:elasticsearch
|
||||||
|
Loading…
Reference in New Issue
Block a user