fix: swap docker file to bin

This commit is contained in:
Elijah McMorris 2024-06-14 18:12:53 -07:00
parent 486ed4c958
commit 4a935992b0
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
3 changed files with 27 additions and 28 deletions

View file

@ -1,18 +1,18 @@
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:/ark-invest-api-rust/data
ports:
- "3000:3000"
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:
data: