name: requestrr services: app: image: thomst08/requestrr networks: - proxy-net ports: - "4545:4545" volumes: - ./config:/root/config - ./data/tmp:/root/config/tmp restart: unless-stopped networks: proxy-net: external: true