mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +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:
|
||||
postgres_data: {}
|
||||
elastic_data: {}
|
||||
app_cargo_data: {}
|
||||
app_build_data: {}
|
||||
app_deps_data: {}
|
||||
app_native_data: {}
|
||||
|
||||
services:
|
||||
app:
|
||||
|
@ -44,6 +48,10 @@ services:
|
|||
tty: true
|
||||
volumes:
|
||||
- .:/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:
|
||||
- postgres
|
||||
- elasticsearch
|
||||
|
|
Loading…
Reference in a new issue