computer-playbook/roles/docker-funkwhale/templates/docker-compose.yml.j2

13 lines
273 B
Plaintext
Raw Normal View History

2022-12-05 17:43:21 +01:00
version: "3"
services:
funkwhale:
container_name: funkwhale
restart: unless-stopped
image: funkwhale/all-in-one:{{funkwhale_version}}
env_file: env
volumes:
- data:/data
ports:
- "127.0.0.1:{{http_port}}:{{http_port}}"
volumes:
data: