Advanced Search
Search Results
4 total results found
Xyphyn/photon for Lemmy
Link version: '3.3' services: xyphyn: ports: - '8080:3000' environment: - PUBLIC_INSTANCE_URL=lemmy.ml image: 'ghcr.io/xyphyn/photon:latest'
LemmySchedule
Link version: "3.7" services: redis: image: redis hostname: redis command: redis-server --save 60 1 --loglevel warning # make Redis dump the contents to disk and restore them on start volumes: - redis_data:/data lemmy_sched...
Lemmy Voyager
Link version: '3.3' services: wefwef: ports: - '5314:5314' environment: - 'CUSTOM_LEMMY_SERVERS=lemmy.ml,pornlemmy.com' image: 'ghcr.io/aeharding/voyager:latest'
Alexandrite
Link version: '3.7' services: # ... alexandrite: image: ghcr.io/sheodox/alexandrite:latest ports: - 3002:3000 environment: # example config only allowing logins to example.com # with no links to Lemmy docs, or an ins...