1
0

Update docker-compose (#863)

This commit is contained in:
Nicolas Dorier
2023-12-26 18:55:47 +09:00
committed by GitHub
parent 885de9496f
commit 1ef9d11738
10 changed files with 38 additions and 23 deletions

View File

@@ -47,6 +47,7 @@ services:
bitcoin_rtl:
image: shahanafarooqui/rtl:0.14.1
container_name: generated_lnd_bitcoin_rtl_1
restart: unless-stopped
environment:
LND_SERVER_URL: http://lnd_bitcoin:8080/v1

View File

@@ -3,6 +3,7 @@ version: "3"
services:
btcpayserver:
restart: unless-stopped
container_name: generated_btcpayserver_1
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:1.12.3$<BTCPAY_BUILD_CONFIGURATION>?}
expose:
- "49392"

View File

@@ -4,6 +4,7 @@ services:
nbxplorer:
restart: unless-stopped
container_name: generated_nbxplorer_1
image: nicolasdorier/nbxplorer:2.4.4
expose:
- "32838"

View File

@@ -3,6 +3,7 @@ version: '3'
services:
fireflyiii:
image: fireflyiii/core:latest
container_name: generated_fireflyiii_1
environment:
- APP_ENV=local
- APP_KEY=MustBe32DropDbAndChangeItIfUWant

View File

@@ -7,6 +7,7 @@ services:
- "tallycoin_connect_datadir:/etc/tallycoin_connect_datadir"
tallycoin_connect:
image: "djbooth007/tallycoin_connect:v1.8.0"
container_name: generated_tallycoin_connect_1
restart: unless-stopped
expose:
- "8123"

View File

@@ -7,6 +7,7 @@ services:
- "lnd_bitcoin_thub_datadir:/etc/lnd_bitcoin_thub_datadir"
bitcoin_thub:
image: apotdevin/thunderhub:base-v0.13.29@sha256:ed00149728a77469d39d4e9a9ff699c49a090063db201b4457edaf06211a99e8
container_name: generated_bitcoin_thub_1
restart: unless-stopped
stop_signal: SIGKILL
environment:

View File

@@ -21,6 +21,7 @@ services:
mariadb:
image: mariadb:10.4
container_name : generated_mariadb_1
environment:
MYSQL_ROOT_PASSWORD: wordpressdb
MYSQL_DATABASE: wordpress

View File

@@ -3,6 +3,7 @@ version: "3"
services:
postgres:
restart: unless-stopped
container_name: generated_postgres_1
image: btcpayserver/postgres:13.13
command: [ "-c", "random_page_cost=1.0", "-c", "shared_preload_libraries=pg_stat_statements" ]
environment: