Merge pull request 'Unify docker data directories' (!106) from tau-data-dir into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/106 Reviewed-by: Alexander Dahl <alex@netz39.de>
This commit is contained in:
commit
e93b899173
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
vars:
|
vars:
|
||||||
ansible_python_interpreter: /usr/bin/python3
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
|
||||||
data_dir: "/srv/docker"
|
data_dir: "/srv/data"
|
||||||
|
|
||||||
docker_registry_port: 5000 # this is the reg standard port
|
docker_registry_port: 5000 # this is the reg standard port
|
||||||
docker_registry_domain: "docker.n39.eu"
|
docker_registry_domain: "docker.n39.eu"
|
||||||
|
|
Loading…
Reference in a new issue