infrastructure/playbooks/roles/healthcheck/templates/compose.yaml.j2

19 lines
365 B
Django/Jinja

x-common-elements:
&common-elements
build:
context: .
image: "{{ (container_registry.public, 'services/healthcheck') | path_join }}"
restart: never
env_file:
- .env
volumes:
- ./data/:/opt
network_mode: host
services:
matrix:
<<: *common-elements
command: "/opt/matrix"
mail:
<<: *common-elements
command: "/opt/mail"