mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 13:14:20 +01:00
Revert "Merge pull request #72 from Kukks/feature/mysql"
This reverts commita187899945, reversing changes made tod7241f0d0f.
This commit is contained in:
@@ -6,11 +6,6 @@ services:
|
||||
image: postgres:9.6.5
|
||||
volumes:
|
||||
- "postgres_datadir:/var/lib/postgresql/data"
|
||||
btcpayserver:
|
||||
environment:
|
||||
BTCPAY_POSTGRES: User ID=postgres;Host=postgres;Port=5432;Database=btcpayserver${NBITCOIN_NETWORK:-regtest}
|
||||
links:
|
||||
- postgres
|
||||
|
||||
volumes:
|
||||
postgres_datadir:
|
||||
Reference in New Issue
Block a user