ruby version
This commit is contained in:
@@ -1,17 +1,14 @@
|
||||
services:
|
||||
bbs:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.development
|
||||
build: .
|
||||
container_name: teletype-bbs
|
||||
ports:
|
||||
- "2323:2323"
|
||||
volumes:
|
||||
- ./:/app/
|
||||
- ./data:/data
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- WEBAPP_WIKIJS_TOKEN=${WEBAPP_WIKIJS_TOKEN:-}
|
||||
- MESSAGES_PATH=/data/messages.dat
|
||||
- MESSAGES_PATH=/app/data/messages.dat
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
|
||||
Reference in New Issue
Block a user