delta update
This commit is contained in:
14
docker-compose.dev.yaml
Normal file
14
docker-compose.dev.yaml
Normal 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
|
||||
Reference in New Issue
Block a user