mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
1.0.0
This commit is contained in:
parent
ffb24e7943
commit
9ddfb2a563
10 changed files with 119 additions and 56 deletions
|
@ -1,8 +1,8 @@
|
|||
version: "3"
|
||||
services:
|
||||
ark-invest-api-rust-data:
|
||||
# image: ghcr.io/NexVeridian/ark-invest-api-rust-data:latest
|
||||
image: ark-invest-api-rust-data
|
||||
image: ghcr.io/NexVeridian/ark-invest-api-rust-data:latest
|
||||
# image: ark-invest-api-rust-data
|
||||
container_name: ark-invest-api-rust-data
|
||||
build:
|
||||
context: .
|
||||
|
@ -12,6 +12,14 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/ark-invest-api-rust-data/data
|
||||
# ark-invest-api-rust-data-test:
|
||||
# container_name: ark-invest-api-rust-data-test
|
||||
# build:
|
||||
# context: .
|
||||
# target: test
|
||||
# args:
|
||||
# DOCKER_BUILDKIT: 1
|
||||
# restart: no
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue