This commit is contained in:
Elijah McMorris 2023-07-23 01:48:43 +00:00
parent a46121adc7
commit 6a953c100f
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 69 additions and 20 deletions

17
docker-compose.dev.yml Normal file
View 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: