You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
713 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: ordinals_ord_1
APP_PORT: 80
PROXY_AUTH_ADD: "false"
ord:
image: nmfretz/ord:v0.15.0@sha256:526066ae7e2a69a639142cb07d0f45ceff94dd57b2a9f7fcd2062705e5b62b50
# This needs to run as root
# user: "1000:1000"
restart: on-failure
# First-inscription-height may not be needed in the future
command: "--first-inscription-height 767430 --data-dir /var/lib/ord --bitcoin-data-dir /var/lib/bitcoind --rpc-url ${APP_BITCOIN_NODE_IP}:${APP_BITCOIN_RPC_PORT} --chain ${APP_BITCOIN_NETWORK} server --http"
volumes:
- ${APP_DATA_DIR}/data/ord:/var/lib/ord
- ${APP_BITCOIN_DATA_DIR}:/var/lib/bitcoind:ro