this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

add build config in docker compose

pomdtr 5e1389b7 1e68754f

+3
+3
compose.yaml
··· 1 1 services: 2 2 smallweb: 3 3 image: ghcr.io/pomdtr/smallweb:latest 4 + # build: 5 + # context: . 6 + # dockerfile: Dockerfile 4 7 init: true 5 8 container_name: smallweb 6 9 restart: unless-stopped