mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
9 lines
121 B
YAML
9 lines
121 B
YAML
version: '3'
|
|
|
|
services:
|
|
tools:
|
|
build: ./tools
|
|
volumes:
|
|
- ./tools/kolla:/etc/kolla
|
|
network_mode: host
|