wgvirtipd/dev/docker-compose.yaml.tmpl

16 lines
289 B
Cheetah
Raw Normal View History

2024-01-17 21:48:47 +01:00
#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: