Files
DevOpsLab/docker-compose.yaml
2025-03-13 10:51:03 +03:00

12 lines
285 B
YAML

services:
ansible:
build: .
container_name: ansible
volumes:
- .:/ansible
- /var/run/docker.sock:/var/run/docker.sock
environment:
- ANSIBLE_VAULT_PASSWORD_FILE=/ansible/vault-password.txt
tty: true
privileged: true
working_dir: /ansible