commit bd8d343142f9ebb4421e1e71a5182b880570a45c Author: stephane.david Date: Tue Jul 7 16:46:28 2026 +0200 First version diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..2ef399c --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,10 @@ +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 \ No newline at end of file