chore: improve compose for git worktree #142

Merged
joao.dubas merged 4 commits from jpd-chore-prepare-compose-for-worktree into main 2025-04-30 17:19:19 +00:00
Showing only changes of commit 10842836a2 - Show all commits

View File

@ -29,23 +29,17 @@ services:
init: true
develop:
watch:
- path: ./mix.lock
action: rebuild
- path: ./
ignore:
- ./build/
- ./deps/
target: /opt/app
action: sync
- path: ./config/
- ./.elixir_ls/
- ./cover/
- ./report/
target: /opt/app
action: sync+restart
- path: ./lib/wabanex/application.ex
target: /opt/app
action: sync+restart
- path: ./mix.exs
target: /opt/app
action: sync+restart
- path: ./mix.lock
action: rebuild
environment:
DNS_CLUSTER_QUERY: *app_host
POSTGRES_HOST: *db_host