Sign inSign up

schklom/quetre

By schklom

•Updated almost 4 years ago

Multi-platform image of a Quora.com frontend

Image
0

767

schklom/quetre repository overview

Docker Pulls Docker Stars
dockeri.co

https://github.com/zyachel/quetre⁠ gives the original repository for the Quora frontend, and https://github.com/PussTheCat-org/docker-quetre-quay⁠ provides the Dockerfile to build the image.

You can use the image provided by https://github.com/PussTheCat-org/docker-quetre-quay⁠ directly, but it gets built everyday whereas the image on the current repository gets built only if the Dockerfile changes or if the original repository changes.

A GitHub action (https://github.com/schklom/Mirror-workflows/blob/main/.github/workflows/Sync%2Bbuild%2Bpush%20Quetre.yml⁠) automates checking the original repository and the Dockerfile respository for changes every day, and if it finds any then it mirrors the repository, and builds and publishes an image.

Using this image can be done with the following docker-compose.yaml code inspired by https://github.com/PussTheCat-org/docker-quetre-quay/blob/master/docker-compose.yml⁠

services:
  quetre:
    container_name: quetre
    image: schklom/quetre:latest
    restart: unless-stopped
    ports:
      - 3000:3000
    environment:
      NODE_ENV: production
      PORT: 3000

Tag summary

Content type

Image

Digest

sha256:833c9c478…

Size

374 MB

Last updated

almost 4 years ago

docker pull schklom/quetre