version: '3.8' services: strfry: image: hoytech/strfry:latest container_name: strfry-relay restart: unless-stopped ports: - "7777:7777" volumes: - ./strfry.conf:/etc/strfry.conf:ro - ./data:/app/data environment: - TZ=UTC command: ["relay"]