Files
infra/ansible/roles/services/templates/compose.yaml
shockrah 3521b840ae Seperating the roles of basic infra requirements and docker service requirements into seperate roles
With this we have a working proof of concept for a proper simple docker host
2025-04-16 18:25:24 -07:00

6 lines
119 B
YAML

services:
health:
container_name: health
image: nginx:latest
ports:
- "{{ docker_health_port }}:80"