mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 19:00:42 +02:00
12 lines
251 B
YAML
12 lines
251 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
datum:
|
|
image: ghcr.io/retropex/datum:v1.3
|
|
volumes:
|
|
- type: bind
|
|
source: ${APP_DATA_DIR}/settings/datum_gateway_config.json
|
|
target: /app/datum_gateway_config.json
|
|
ports:
|
|
- 21000:21000
|