mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-11 14:54:20 +01:00
15 lines
204 B
YAML
15 lines
204 B
YAML
version: "3"
|
|
|
|
services:
|
|
btcpayserver:
|
|
ports:
|
|
- 23001:23001
|
|
build:
|
|
context: .
|
|
dockerfile: DockerFile
|
|
|
|
postgres:
|
|
image: postgres:9.6.5
|
|
ports:
|
|
- 5432:5432
|
|
|