Files
aurbis/tasks/stroopwafel/docker-compose.yml.j2
2026-07-20 21:15:52 +02:00

8 lines
141 B
Django/Jinja

services:
stroopwafel:
build: .
command: python Stroopwafel.py
restart: unless-stopped
volumes:
- .:/opt/stroopwafel