mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
14 lines
292 B
YAML
14 lines
292 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
snapdrop:
|
|
restart: unless-stopped
|
|
image: btcpayserver/snapdrop:1.2
|
|
container_name: snapdrop
|
|
expose:
|
|
- "8080"
|
|
|
|
btcpayserver:
|
|
environment:
|
|
BTCPAY_EXTERNALSERVICES: "Snapdrop:${BTCPAY_PROTOCOL:-https}://${BTCPAY_HOST}/snapdrop;" |