mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 19:00:42 +02:00
19 lines
498 B
YAML
19 lines
498 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: btc-datum_datum_1
|
|
APP_PORT: 21000
|
|
|
|
datum:
|
|
image: ghcr.io/retropex/datum:1.10@sha256:bcd88108b0bdadb2a387810256130b2b37ed8cde40aaaf2d6ceb54a693e1ad15
|
|
entrypoint: ["/app/datum_gateway"]
|
|
command: ["--config=/app/conf/datum_gateway_config.json"]
|
|
user: 1000:1000
|
|
restart: on-failure
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/settings/:/app/conf/
|
|
ports:
|
|
# datum gateway port
|
|
- 23334:23334 |