ruby version

This commit is contained in:
2026-04-28 22:58:37 +02:00
parent 6f6dcd062f
commit 4ac5f1632f
12 changed files with 462 additions and 37 deletions

View File

@@ -1,18 +1,15 @@
services:
bbs-server:
build:
context: .
dockerfile: Dockerfile
build: .
container_name: bbs-server-prod
ports:
- "2323:2323"
environment:
- WEBAPP_WIKIJS_TOKEN=${WEBAPP_WIKIJS_TOKEN}
- MESSAGES_PATH=/data/messages.dat
- MESSAGES_PATH=/app/data/messages.dat
volumes:
- bbs-messages:/data
- bbs-messages:/app/data
restart: always
read_only: true
tmpfs:
- /tmp
cap_drop:
@@ -21,4 +18,4 @@ services:
- no-new-privileges:true
volumes:
bbs-messages:
bbs-messages: