delta update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
GIT
|
||||
remote: https://git.teletype.hu/tools/rubbs.git
|
||||
revision: 148fd886600c814e3bdb13ec3b3fb3f812d99cb9
|
||||
revision: 5ced1013281a0e882dd39a9c57304313f0d43280
|
||||
specs:
|
||||
bbs (0.2.0)
|
||||
bbs (0.3.0)
|
||||
artii (~> 2.1)
|
||||
|
||||
GEM
|
||||
|
||||
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
|
||||
0
entrypoint.sh
Normal file → Executable file
0
entrypoint.sh
Normal file → Executable file
Reference in New Issue
Block a user