mirror of
https://github.com/jcwimer/startup-infrastructure
synced 2026-04-03 03:07:26 +00:00
6 lines
204 B
YAML
6 lines
204 B
YAML
---
|
|
- name: Replace sudoers file
|
|
template: src=../roles/gitea/templates/docker-compose.yml.j2 dest=/data/gitea.yml
|
|
|
|
- name: Run docker-compose
|
|
shell: cd /data && docker-compose -f gitea.yml up -d |