chore: improve compose for git worktree #142
@ -29,23 +29,17 @@ services:
|
|||||||
init: true
|
init: true
|
||||||
develop:
|
develop:
|
||||||
watch:
|
watch:
|
||||||
|
- path: ./mix.lock
|
||||||
|
action: rebuild
|
||||||
- path: ./
|
- path: ./
|
||||||
ignore:
|
ignore:
|
||||||
- ./build/
|
- ./build/
|
||||||
- ./deps/
|
- ./deps/
|
||||||
target: /opt/app
|
- ./.elixir_ls/
|
||||||
action: sync
|
- ./cover/
|
||||||
- path: ./config/
|
- ./report/
|
||||||
target: /opt/app
|
target: /opt/app
|
||||||
action: sync+restart
|
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:
|
environment:
|
||||||
DNS_CLUSTER_QUERY: *app_host
|
DNS_CLUSTER_QUERY: *app_host
|
||||||
POSTGRES_HOST: *db_host
|
POSTGRES_HOST: *db_host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user