Advanced Search
Search Results
5 total results found
Bibliogram
Link version: '3.3' volumes: db: services: bibliogram: build: . image: schklom/bibliogram volumes: - /srv/path/Files/Bibliogram/db:/app/db ports: - 10407:10407 restart: unle...
Bludit
Link version: '3.7' services: bludit: image: laugmanuel/bludit:latest restart: unless-stopped ports: - 7980:8080 volumes: - .bl-plugins:/usr/share/nginx/html/bl-plugins - .bl-themes:/usr/share/nginx/html/bl-themes ...
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...
Linkstack
Link version: "3.8" services: linkstack: hostname: 'linkstack' image: 'linkstackorg/linkstack:latest' environment: TZ: 'Europe/Paris' SERVER_ADMIN: 'admin@example.com' HTTP_SERVER_NAME: 'example.com' HTTPS_SE...