Files
infra/ansible/roles/services/templates/compose.yaml

6 lines
99 B
YAML
Raw Normal View History

services:
health:
image: nginx:latest
container_name: health
ports:
- "8080:80"