mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-06 17:18:51 +07:00
Always start etcd tfstate container
This commit is contained in:
parent
fbe119fd16
commit
a4821862c5
@ -2,6 +2,7 @@
|
|||||||
docker_container:
|
docker_container:
|
||||||
name: etcd-tfstate
|
name: etcd-tfstate
|
||||||
image: bitnami/etcd
|
image: bitnami/etcd
|
||||||
|
restart_policy: always
|
||||||
env:
|
env:
|
||||||
ALLOW_NONE_AUTHENTICATION: "yes"
|
ALLOW_NONE_AUTHENTICATION: "yes"
|
||||||
published_ports:
|
published_ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user