File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,11 @@ It is likely easier to use containers like `podman` or `docker` or the correspon
8282
8383With podman, I have been using
8484
85+ ``` sh
86+ podman compose up --watch
87+ ```
88+
89+ If you want, you can run without compose support using
8590``` sh
8691podman compose up --force-recreate --build
8792```
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments