services: termix: image: ghcr.io/lukegus/termix:latest container_name: termix restart: unless-stopped ports: - "8011:8080" volumes: - /docker/termix/data:/app/data environment: PORT: "8080"