wgvirtipd/dev/docker-compose.yaml.tmpl
2024-01-17 21:49:09 +01:00

15 lines
289 B
Cheetah

#jinja2: lstrip_blocks: "True"
---
version: '3.3'
services:
{% for item in keypairs %}
{{ item.item }}:
build:
dockerfile: Dockerfile
volumes:
- ./config/{{ item.item }}-wg0.conf:/etc/wireguard/wg0.conf
networks:
- default
{% endfor %}
networks:
default: