-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdev.docker-compose.yml
52 lines (52 loc) · 1.4 KB
/
dev.docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
services:
postgres:
develop:
watch:
- action: rebuild
path: ./docker-compose.yml
- action: rebuild
path: ./dev.base.docker-compose.yml
- action: rebuild
path: ./dev.docker-compose.yml
- action: rebuild
path: ./postgres/Dockerfile
hato-bot:
develop:
watch:
- action: rebuild
path: ./docker-compose.yml
- action: rebuild
path: ./dev.base.docker-compose.yml
- action: rebuild
path: ./dev.docker-compose.yml
- action: rebuild
path: ./Dockerfile
- action: rebuild
path: ./slackbot_settings.py
- action: rebuild
path: ./pyproject.toml
- action: rebuild
path: ./package.json
- action: rebuild
path: ./package-lock.json
- action: rebuild
path: ./create_env.py
- action: rebuild
path: ./entrypoint.py
- action: rebuild
path: ./post_command.py
- action: rebuild
path: ./run.py
- action: rebuild
path: ./wait_db.py
- action: rebuild
path: ./library
- action: rebuild
path: ./plugins
- action: rebuild
path: ./postgres/docker-entrypoint-initdb.d
- action: rebuild
path: ./.textlintrc
- action: rebuild
path: ./commands.txt