mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-01 17:39:10 +00:00
18 lines
327 B
YAML
18 lines
327 B
YAML
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
|
|
# environment:
|
|
# - NGINX = false
|
|
volumes:
|
|
- ./data:/data
|
|
ports:
|
|
- "3000:3000"
|
|
|
|
volumes:
|
|
data:
|