README updated
All checks were successful
Build And Push Oracolo to Docker Hub / build-push-docker-image (push) Successful in 1m18s

This commit is contained in:
PastaGringo 2024-05-30 13:15:41 +00:00
parent f0f6a6b819
commit 17037d240d

View file

@ -2,27 +2,8 @@
Docker image built from commit: https://github.com/dtonon/oracolo/commit/c6d939aee55dcd7a04682af54647e268350a20f2
You need to use your own web proxy to access the container with HTTPS.
Mirror from [https://git.fractalized.net/PastaGringo/oracolo-docker](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
```
How to : https://fractalized.net/how-to-self-host-your-own-nostr-blog-with-oracolo
Live demo: [oracolo.fractalized.net](https://oracolo.fractalized.net)