mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 06:23:13 +07:00
10 lines
155 B
YAML
10 lines
155 B
YAML
version: '3'
|
|
|
|
services:
|
|
tools:
|
|
build: ./tools
|
|
volumes:
|
|
- ./tools/kolla:/etc/kolla
|
|
- /etc/hosts:/etc/hosts
|
|
- ~/.ssh/:/root/.ssh
|