mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-14 09:50:22 +00:00
Update apps
This commit is contained in:
parent
5046b76e7e
commit
03f8522213
|
@ -1,13 +1,14 @@
|
||||||
# yaml-language-server: $schema=../../app-standard-v3.yml
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
||||||
|
|
||||||
version: 3
|
version: 3
|
||||||
|
|
||||||
metadata:
|
metadata:
|
||||||
category: Payments
|
category: Payments
|
||||||
name: BitcartCC
|
name: BitcartCC
|
||||||
version: 0.6.5.1
|
version: 0.6.5.1
|
||||||
tagline: BitcartCC is a self-hosted payment processor and developer solutions platform for cryptocurrencies
|
tagline: BitcartCC is a self-hosted payment processor and developer solutions
|
||||||
description: "BitcartCC provides light-weight, but secure and easy-to-use solutions for merchants and developers"
|
platform for cryptocurrencies
|
||||||
|
description: BitcartCC provides light-weight, but secure and easy-to-use
|
||||||
|
solutions for merchants and developers
|
||||||
developers:
|
developers:
|
||||||
BitcartCC: https://bitcartcc.com
|
BitcartCC: https://bitcartcc.com
|
||||||
repo: https://github.com/bitcartcc/bitcart
|
repo: https://github.com/bitcartcc/bitcart
|
||||||
|
@ -16,7 +17,6 @@ metadata:
|
||||||
- 1.png
|
- 1.png
|
||||||
- 2.png
|
- 2.png
|
||||||
- 3.png
|
- 3.png
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
- name: admin
|
- name: admin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -25,7 +25,6 @@ containers:
|
||||||
environment:
|
environment:
|
||||||
BITCART_ADMIN_LOG_FILE: bitcart.log
|
BITCART_ADMIN_LOG_FILE: bitcart.log
|
||||||
BITCART_ADMIN_API_URL: http://$APP_BITCARTCC_BACKEND_IP:8000
|
BITCART_ADMIN_API_URL: http://$APP_BITCARTCC_BACKEND_IP:8000
|
||||||
|
|
||||||
- name: backend
|
- name: backend
|
||||||
depends_on:
|
depends_on:
|
||||||
- bitcoin
|
- bitcoin
|
||||||
|
@ -46,7 +45,6 @@ containers:
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
data:
|
data:
|
||||||
- data/bitcart:/datadir
|
- data/bitcart:/datadir
|
||||||
|
|
||||||
- name: bitcoin
|
- name: bitcoin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: bitcartcc/bitcart-btc:stable
|
image: bitcartcc/bitcart-btc:stable
|
||||||
|
@ -64,18 +62,15 @@ containers:
|
||||||
POSTGRES_HOST_AUTH_METHOD: trust
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
data:
|
data:
|
||||||
- data/postgres:/var/lib/postgresql/data
|
- data/postgres:/var/lib/postgresql/data
|
||||||
|
|
||||||
- name: redis
|
- name: redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
|
||||||
- name: store
|
- name: store
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: bitcartcc/bitcart-store:stable
|
image: bitcartcc/bitcart-store:stable
|
||||||
command: yarn start
|
command: yarn start
|
||||||
environment:
|
environment:
|
||||||
BITCART_STORE_API_URL: http://$APP_BITCARTCC_BACKEND_IP:8000
|
BITCART_STORE_API_URL: http://$APP_BITCARTCC_BACKEND_IP:8000
|
||||||
|
|
||||||
- name: worker
|
- name: worker
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
|
@ -94,10 +89,9 @@ containers:
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
data:
|
data:
|
||||||
- data/bitcart:/datadir
|
- data/bitcart:/datadir
|
||||||
|
|
||||||
- image: nginx:1.21.3-alpine@sha256:1ff1364a1c4332341fc0a854820f1d50e90e11bb0b93eb53b47dc5e10c680116
|
- image: nginx:1.21.3-alpine@sha256:1ff1364a1c4332341fc0a854820f1d50e90e11bb0b93eb53b47dc5e10c680116
|
||||||
init: true
|
init: true
|
||||||
port: 80
|
port: 80
|
||||||
name: main
|
name: main
|
||||||
data:
|
data:
|
||||||
- nginx/nginx.conf:/etc/nginx/nginx.conf
|
- nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user