12 lines
261 B
YAML
12 lines
261 B
YAML
services:
|
|
shopify-app-deployer:
|
|
image: btcpayserver/shopify-app-deployer:1.8
|
|
restart: unless-stopped
|
|
init: true
|
|
expose:
|
|
- "5000"
|
|
|
|
btcpayserver:
|
|
environment:
|
|
BTCPAY_SHOPIFY_PLUGIN_DEPLOYER: "http://shopify-app-deployer:5000/"
|