mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 18:06:16 +07:00
9 lines
170 B
YAML
9 lines
170 B
YAML
|
- name: Create etcd container
|
||
|
docker_container:
|
||
|
name: etcd-tfstate
|
||
|
image: quay.io/coreos/etcd
|
||
|
exposed_ports:
|
||
|
- 2379
|
||
|
volumes:
|
||
|
- default.etcd
|