container: support custom built images, mariadb, bind mounts, custom user

This commit is contained in:
uumas
2022-11-25 18:54:56 +02:00
parent ab357620f7
commit 9001420597
6 changed files with 247 additions and 49 deletions

View File

@@ -2,9 +2,3 @@
dependencies:
- docker
- role: uumas.general.reverse_proxy
vhost_id: "{{ docker_service }}"
vhost_domains: "{{ docker_vhost_domains[docker_service] }}"
proxy_target_protocol: "{{ docker_proxy_target_protocol | default('http') }}"
proxy_target_port: "{{ ports[docker_service][proxy_target_protocol] }}"
when: reverse_proxy_type != 'none' and reverse_proxy_type != 'traefik'