this repo has no description
1
fork

Configure Feed

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

disable wol bc it doesnt work right now

+11 -4
+11 -4
compose.yml
··· 1 1 services: 2 - wol: 3 - build: https://tangled.org/vielle.dev/wol.git 4 - ports: ["3000:3000"] 5 - volumes: ["./wol.toml:/app/wol.toml"] 2 + # wol: 3 + # build: https://tangled.org/vielle.dev/wol.git 4 + # ports: ["8090:3000"] 5 + # volumes: ["./wol.toml:/app/wol.toml"] 6 + upsnap: 7 + image: seriousm4x/upsnap 8 + restart: unless-stopped 9 + volumes: 10 + - ./data/upsnap:/app/pb_data 11 + ports: 12 + - 8090:8090 6 13 7 14 pds: 8 15 image: ghcr.io/bluesky-social/pds:0.4