mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-17 11:04:22 +01:00
Hide Elixir dependencies from host (#257)
This commit is contained in:
parent
d76be72a5d
commit
7592b0f4d9
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,10 @@ version: '3'
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data: {}
|
postgres_data: {}
|
||||||
elastic_data: {}
|
elastic_data: {}
|
||||||
|
app_cargo_data: {}
|
||||||
|
app_build_data: {}
|
||||||
|
app_deps_data: {}
|
||||||
|
app_native_data: {}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
@ -44,6 +48,10 @@ services:
|
||||||
tty: true
|
tty: true
|
||||||
volumes:
|
volumes:
|
||||||
- .:/srv/philomena
|
- .:/srv/philomena
|
||||||
|
- app_cargo_data:/srv/philomena/.cargo
|
||||||
|
- app_build_data:/srv/philomena/_build
|
||||||
|
- app_deps_data:/srv/philomena/deps
|
||||||
|
- app_native_data:/srv/philomena/priv/native
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
|
|
Loading…
Reference in a new issue