initial commit
This commit is contained in:
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
bbs:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.development
|
||||
container_name: teletype-bbs
|
||||
ports:
|
||||
- "2323:2323"
|
||||
volumes:
|
||||
- ./:/app/:ro
|
||||
environment:
|
||||
- WEBAPP_WIKIJS_TOKEN=${WEBAPP_WIKIJS_TOKEN:-}
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
Reference in New Issue
Block a user