Taudris-IAC/stacks/mirotalk/docker-compose.yml

15 lines
418 B
YAML

version: '3.8'
services:
mirotalk:
image: mirotalk:latest
volumes:
- /home/mirotalk/mirotalk.env:/src/.env:ro
restart: unless-stopped
ports:
- '8600:8600'
environment:
- PUID=1004 #mirotalk #set to match the user that has permission to the volume mounts
- PGID=1004 #mirotalk #set to match the user that has permission to the volume mounts
- TZ=America/Los_Angeles