Categories

  • Announcements regarding our community

    2 Topics
    3 Posts
    A
    Willkommen beim IT-Support! Wir sind hier, um Ihnen bei allen technischen Fragen und Problemen schnell und zuverlässig zu helfen. Egal, ob Sie Unterstützung bei Software, Hardware oder Netzwerken benötigen – unser Team steht Ihnen mit Rat und Tat zur Seite. Zögern Sie nicht, uns zu kontaktieren – wir sorgen dafür, dass Ihre IT reibungslos läuft! Welcome to our IT Support! We are here to assist you with all your technical questions and issues quickly and reliably. Whether you need help with software, hardware, or networks – our team is ready to support you. Don't hesitate to contact us – we ensure your IT runs smoothly!
  • A place to talk about whatever you want

    2 Topics
    3 Posts
    A
    Hi, wer das Forum auch als Blog benutzen möchte, kann sich gerne bei mir melden. Würde dann eine eigene Kategorie anlegen. Viele Grüße
  • Got a question? Ask away!

    0 Topics
    0 Posts
    No new posts.
  • Short Tutorials about Linux and Docker

    27 Topics
    34 Posts
    A
    Hi, first we need the check in nodebb/.docker/config vi healtcheck.js const http = require('http'); const options = { host: '127.0.0.1', port: 4567, timeout: 2000 }; const healthCheck = http.request(options, (res) => { console.log(`HEALTHCHECK STATUS: ${res.statusCode}`); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } }); healthCheck.on('error', function (err) { console.error('ERROR'); process.exit(1); }); healthCheck.end(); Then we can add the check in our yml File healthcheck: test: ["CMD", "node", "/opt/config/healthcheck.js"] interval: 5s timeout: 3s retries: 5 start_period: 15s To check if everything is Working we can watch docker ps, it should be healthy there or use docker inspeckt docker inspect --format='{{json .State.Health}}' <container-id> Greetings
  • Blog posts from individual members

    15 Topics
    40 Posts
    A
    [image: 1749232668526-img-20250606-wa0002.jpg] Friesentorte und Apfelstrudel