mirror of
https://github.com/aljazceru/ark.git
synced 2026-02-23 12:12:49 +01:00
Add built-in cli to docker container (#114)
* add -faucet flag in scripts/build * localhost guard on Faucet request * add ark cli into docker image * "BUILD_FLAG" => "BUILD_ARGS", "-faucet" => "with-faucet" * [docker] use alpine:3.14 instead of debian * Revert changes * Expose docker volume for embedded wallet datadir --------- Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
This commit is contained in:
@@ -33,6 +33,7 @@ services:
|
||||
- "6000:6000"
|
||||
volumes:
|
||||
- arkd:/app/data
|
||||
- ark:/app/wallet-data
|
||||
|
||||
volumes:
|
||||
oceand:
|
||||
@@ -41,6 +42,8 @@ volumes:
|
||||
external: false
|
||||
arkd:
|
||||
external: false
|
||||
ark:
|
||||
external: false
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user