Skip to content

Commit 81d01fc

Browse files
committed
add docker-compose.yml
1 parent ff6c1e0 commit 81d01fc

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ deno task start
142142

143143
で実行します。`Ctrl + C` で停止です。
144144

145+
## 実行 (docker compose)
146+
147+
```bash
148+
docker compose up
149+
```
150+
145151
# コマンド一覧
146152

147153
## `/switch`

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: '3'
2+
3+
services:
4+
app:
5+
container_name: stable-journey-bot
6+
build: .
7+
network_mode: host
8+
volumes:
9+
- ./config.yaml:/app/config.yaml:ro

0 commit comments

Comments
 (0)