Skip to content

chagai95/community

Repository files navigation

community

This app was mainly generated by using claude.ai

I ran 'docker compose up -d'

and also added this config to traefik for it to work:

http:
 routers:
   stayinginbern:
       entryPoints: web-secure
       rule: Host(`stayinginbern.ch`)
       service: stayinginbern-service
       tls:
           certResolver: default

 services:
   stayinginbern-service:
     loadBalancer:
       servers:
         - url: "http://172.17.0.1:8888"  # Docker host IP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors