Retro Bulletin Board Systems on atproto. Web app and TUI.
lazy mirror of alyraffauf/atbbs
atbbs.xyz
forums
python
tui
atproto
bbs
1services:
2 atbbs:
3 build: .
4 ports:
5 - "8080:80"
6 environment:
7 PUBLIC_URL: ${PUBLIC_URL:?Set PUBLIC_URL in .env or shell (e.g. https://atbbs.app)}
8 restart: unless-stopped
9
10 telnet:
11 build:
12 context: .
13 dockerfile: Dockerfile.telnet
14 ports:
15 - "2323:2323"
16 restart: unless-stopped