mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-08 16:44:28 +01:00
13 lines
171 B
YAML
13 lines
171 B
YAML
version: "3"
|
|
|
|
services:
|
|
btcpayserver:
|
|
ports:
|
|
- 23001:23001
|
|
build:
|
|
context: .
|
|
dockerfile: DockerFile
|
|
|
|
postgres:
|
|
image: postgres:9.6.5
|