From e1cf6e480920252796ac2a9280e303cc788590f6 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 20:35:34 -0600 Subject: [PATCH] chore(tests): remove unnecessary blank line --- .gitea/workflows/tests.yml | 1 - docker-compose.yml | 27 +++++++++++++-------------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 9101436..6bf307a 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -38,4 +38,3 @@ jobs: - name: Run tests run: task test - diff --git a/docker-compose.yml b/docker-compose.yml index 39614f2..61e0674 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,22 +13,21 @@ services: # Uncomment if you have a USB device connected, such as an RNode # devices: # - /dev/ttyUSB0:/dev/ttyUSB0 - # + # # Host network for autointerface: # network_mode: host - # LibreTranslate - optional - # libretranslate: - # container_name: libretranslate - # image: libretranslate/libretranslate:latest - # ports: - # - 127.0.0.1:5000:5000 - # restart: unless-stopped - # healthcheck: - # test: ["CMD", "curl", "-f", "http://localhost:5000/health"] - # interval: 10s - # timeout: 4s - # retries: 4 - # start_period: 5s \ No newline at end of file +# libretranslate: +# container_name: libretranslate +# image: libretranslate/libretranslate:latest +# ports: +# - 127.0.0.1:5000:5000 +# restart: unless-stopped +# healthcheck: +# test: ["CMD", "curl", "-f", "http://localhost:5000/health"] +# interval: 10s +# timeout: 4s +# retries: 4 +# start_period: 5s