services: tidbytassistant: image: gitea.sda.zone/stephane.david/tidbytassistant:latest container_name: tidbytassistant environment: - TZ=Europe/Paris network_mode: bridge ports: - "9000:9000" restart: always