mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
1.1.2
This commit is contained in:
parent
a46121adc7
commit
6a953c100f
5 changed files with 69 additions and 20 deletions
17
docker-compose.dev.yml
Normal file
17
docker-compose.dev.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: "3"
|
||||
services:
|
||||
ark-invest-api-rust:
|
||||
image: ark-invest-api-rust
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
DOCKER_BUILDKIT: 1
|
||||
container_name: ark-invest-api-rust
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/ark-invest-api-rust/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
volumes:
|
||||
data:
|
Loading…
Add table
Add a link
Reference in a new issue