We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94799a commit 4c6e719Copy full SHA for 4c6e719
docker-compose.yaml
@@ -9,6 +9,18 @@ services:
9
- "127.0.0.1:8080:8080"
10
volumes:
11
- ./migrations:/opt/conditional/migrations
12
+ develop:
13
+ watch:
14
+ - action: sync+restart
15
+ path: ./conditional
16
+ target: /opt/conditional/conditional
17
+ ignore:
18
+ - __pycache__
19
20
+ path: ./config.py
21
+ target: /opt/conditional/config.py
22
+ - action: rebuild
23
+ path: ./frontend
24
conditional-postgres:
25
image: docker.io/postgres
26
container_name: conditional-postgres
0 commit comments