File tree 6 files changed +18
-12
lines changed
6 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ services:
11
11
volumes :
12
12
# Persistent volume to store internal state
13
13
- juno_skylab:/juno/.juno
14
- # Local dev config file to customize Satellite behavior
15
- - ./juno.dev.config.js:/juno/juno.dev.config.js
14
+ # Your Juno configuration file.
15
+ # Notably used to provide your development Satellite ID to the emulator.
16
+ - ./juno.config.mjs:/juno/juno.config.mjs
16
17
# Shared folder for deploying and hot-reloading serverless functions
17
18
# For example, when building functions in TypeScript, the output `.mjs` files are placed here.
18
19
# The container then bundles them into your Satellite WASM (also placed here),
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ services:
11
11
volumes :
12
12
# Persistent volume to store internal state
13
13
- juno_skylab:/juno/.juno
14
- # Local dev config file to customize Satellite behavior
15
- - ./juno.dev.config.ts:/juno/juno.dev.config.ts
14
+ # Your Juno configuration file.
15
+ # Notably used to provide your development Satellite ID to the emulator.
16
+ - ./juno.config.mjs:/juno/juno.config.mjs
16
17
# Shared folder for deploying and hot-reloading serverless functions
17
18
# For example, when building functions in TypeScript, the output `.mjs` files are placed here.
18
19
# The container then bundles them into your Satellite WASM (also placed here),
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ services:
11
11
volumes :
12
12
# Persistent volume to store internal state
13
13
- juno_skylab:/juno/.juno
14
- # Local dev config file to customize Satellite behavior
15
- - ./juno.dev.config.js:/juno/juno.dev.config.js
14
+ # Your Juno configuration file.
15
+ # Notably used to provide your development Satellite ID to the emulator.
16
+ - ./juno.config.mjs:/juno/juno.config.mjs
16
17
# Shared folder for deploying and hot-reloading serverless functions
17
18
# For example, when building functions in TypeScript, the output `.mjs` files are placed here.
18
19
# The container then bundles them into your Satellite WASM (also placed here),
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ services:
11
11
volumes :
12
12
# Persistent volume to store internal state
13
13
- juno_skylab:/juno/.juno
14
- # Local dev config file to customize Satellite behavior
15
- - ./juno.dev.config.ts:/juno/juno.dev.config.ts
14
+ # Your Juno configuration file.
15
+ # Notably used to provide your development Satellite ID to the emulator.
16
+ - ./juno.config.ts:/juno/juno.config.ts
16
17
# Shared folder for deploying and hot-reloading serverless functions
17
18
# For example, when building functions in TypeScript, the output `.mjs` files are placed here.
18
19
# The container then bundles them into your Satellite WASM (also placed here),
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ services:
11
11
volumes :
12
12
# Persistent volume to store internal state
13
13
- juno_skylab:/juno/.juno
14
- # Local dev config file to customize Satellite behavior
15
- - ./juno.dev.config.js:/juno/juno.dev.config.js
14
+ # Your Juno configuration file.
15
+ # Notably used to provide your development Satellite ID to the emulator.
16
+ - ./juno.config.mjs:/juno/juno.config.mjs
16
17
# Shared folder for deploying and hot-reloading serverless functions
17
18
# For example, when building functions in TypeScript, the output `.mjs` files are placed here.
18
19
# The container then bundles them into your Satellite WASM (also placed here),
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ services:
11
11
volumes :
12
12
# Persistent volume to store internal state
13
13
- juno_skylab:/juno/.juno
14
- # Local dev config file to customize Satellite behavior
15
- - ./juno.dev.config.ts:/juno/juno.dev.config.ts
14
+ # Your Juno configuration file.
15
+ # Notably used to provide your development Satellite ID to the emulator.
16
+ - ./juno.config.ts:/juno/juno.config.ts
16
17
# Shared folder for deploying and hot-reloading serverless functions
17
18
# For example, when building functions in TypeScript, the output `.mjs` files are placed here.
18
19
# The container then bundles them into your Satellite WASM (also placed here),
You can’t perform that action at this time.
0 commit comments