Skip to content

Commit 4c6e719

Browse files
committed
added compose support for this
1 parent f94799a commit 4c6e719

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker-compose.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ services:
99
- "127.0.0.1:8080:8080"
1010
volumes:
1111
- ./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+
- action: sync+restart
20+
path: ./config.py
21+
target: /opt/conditional/config.py
22+
- action: rebuild
23+
path: ./frontend
1224
conditional-postgres:
1325
image: docker.io/postgres
1426
container_name: conditional-postgres

0 commit comments

Comments
 (0)