mirror of
https://github.com/NexVeridian/ark-invest-api-rust.git
synced 2025-09-01 17:39:10 +00:00
14 lines
299 B
YAML
Executable file
14 lines
299 B
YAML
Executable file
services:
|
|
ark-invest-api-rust:
|
|
image: ghcr.io/nexveridian/ark-invest-api-rust:latest
|
|
container_name: ark-invest-api-rust
|
|
restart: unless-stopped
|
|
# environment:
|
|
# - NGINX = false
|
|
volumes:
|
|
- ./data:/data
|
|
ports:
|
|
- "3000:3000"
|
|
|
|
volumes:
|
|
data:
|