Go to file
PastaGringo f0f6a6b819
All checks were successful
Build And Push Oracolo to Docker Hub / build-push-docker-image (push) Successful in 50s
code reworked to simplify .env.example
2024-05-30 13:04:52 +00:00
.forgejo/workflows Delete .forgejo/workflows/demo.yaml 2024-05-28 10:39:51 +02:00
.env.example code reworked to simplify .env.example 2024-05-30 13:04:52 +00:00
.gitignore added .env to .gitignore 2024-05-28 17:45:46 +02:00
docker-compose.yml code reworked to simplify 2024-05-30 13:03:56 +00:00
Dockerfile code reworked to simplify 2024-05-30 13:03:56 +00:00
entrypoint.sh code reworked to simplify 2024-05-30 13:03:56 +00:00
nginx.conf v1.0.0 2024-05-27 16:19:52 +02:00
README.md docker image built from last commit c6d939a 2024-05-28 23:07:06 +02:00

oracolo-docker

Docker image built from commit: c6d939aee5

You need to use your own web proxy to access the container with HTTPS.

Mirror from https://git.fractalized.net/PastaGringo/oracolo-docker

Use with docker-compose:

version: '3.8'
services:

  oracolo:
    container_name: oracolo
    #image: pastagringo/oracolo-docker
    build:
      context: .
    environment:
      - NPUB=npub1ky4kxtyg0uxgw8g5p5mmedh8c8s6sqny6zmaaqj44gv4rk0plaus3m4fd2
      - RELAYS="wss://nostr.fractalized.net, wss://rnostr.fractalized.net"
      - TOP_NOTES_NB=3
    # ports:
    #   - 8080:8080

Live demo: oracolo.fractalized.net