mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
13 lines
274 B
YAML
13 lines
274 B
YAML
version: '3'
|
|
services:
|
|
shopify-app-deployer:
|
|
image: btcpayserver/shopify-app-deployer:1.2
|
|
restart: unless-stopped
|
|
init: true
|
|
expose:
|
|
- "5000"
|
|
|
|
btcpayserver:
|
|
environment:
|
|
BTCPAY_SHOPIFY_PLUGIN_DEPLOYER: "http://shopify-app-deployer:5000/"
|