delta update

This commit is contained in:
2026-05-12 19:25:31 +02:00
parent 0f00031ca4
commit f1ec1c3a42
3 changed files with 16 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
GIT GIT
remote: https://git.teletype.hu/tools/rubbs.git remote: https://git.teletype.hu/tools/rubbs.git
revision: 148fd886600c814e3bdb13ec3b3fb3f812d99cb9 revision: 5ced1013281a0e882dd39a9c57304313f0d43280
specs: specs:
bbs (0.2.0) bbs (0.3.0)
artii (~> 2.1) artii (~> 2.1)
GEM GEM

14
docker-compose.dev.yaml Normal file
View File

@@ -0,0 +1,14 @@
services:
bbs:
build: .
container_name: teletype-bbs
ports:
- "2323:2323"
volumes:
- ./:/app/
environment:
- WEBAPP_WIKIJS_TOKEN=${WEBAPP_WIKIJS_TOKEN:-}
- MESSAGES_PATH=/app/data/messages.dat
restart: unless-stopped
stdin_open: true
tty: true

0
entrypoint.sh Normal file → Executable file
View File