[add]docker-compose & etcd dockerfile

This commit is contained in:
2024-08-22 15:00:21 +08:00
parent 141f540bd0
commit 53fab76925
2 changed files with 19 additions and 0 deletions

6
docker-compose.yml Normal file
View File

@@ -0,0 +1,6 @@
services:
etcd:
build: docker/etcd
ports:
- 2379:2379
- 2380:2370