mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-02 01:49:11 +00:00
1.0.0
This commit is contained in:
commit
3a34f6c1a3
12 changed files with 705 additions and 0 deletions
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
version: "3"
|
||||
services:
|
||||
ark-invest-api-rust:
|
||||
# image: ghcr.io/NexVeridian/ark-invest-api-rust:latest
|
||||
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