mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2024-11-21 13:56:47 +01:00
chore: cleanup repo
This commit is contained in:
parent
0fd35f9668
commit
b1572cfba7
13
.env.example
13
.env.example
@ -1,3 +1,10 @@
|
||||
POSTGRES_DSN=postgres://postgres:postgres@postgres:5432/cic_custodial
|
||||
REDIS_DSN=redis://redis:6379/1
|
||||
ASYNQ_DSN=redis://redis:6379/0
|
||||
CUSTODIAL_CHAIN__RPC_ENDPOINT=
|
||||
CUSTODIAL_SYSTEM__GAS_FAUCET_ADDRESS=
|
||||
CUSTODIAL_SYSTEM__GIFTABLE_TOKEN_ADDRESS=
|
||||
CUSTODIAL_SYSTEM__PRIVATE_KEY=
|
||||
CUSTODIAL_SYSTEM__PUBLIC_KEY=
|
||||
CUSTODIAL_SYSTEM__ACCOUNT_INDEX_ADDRESS=
|
||||
CUSTODIAL_POSTGRES__DSN=
|
||||
CUSTODIAL_REDIS__DSN=
|
||||
CUSTODIAL_ASYNQ__DSN=
|
||||
CUSTODIAL_JETSTREAM__ENDPOINT=
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
tags: |
|
||||
ghcr.io/grassrootseconomics/cic-custodial/cic-custodial:latest
|
||||
ghcr.io/grassrootseconomics/cic-custodial/cic-custodial:v${{ env.RELEASE_TAG }}
|
||||
ghcr.io/grassrootseconomics/cic-custodial/cic-custodial:${{ env.RELEASE_TAG }}
|
||||
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -1,10 +0,0 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
cic-custodial:
|
||||
image: ${IMAGE_BASE_URL:-ghcr.io/grassrootseconomics/cic-custodial}/cic-custodial:${TAG:-latest}
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
cache_from:
|
||||
- ${IMAGE_BASE_URL:-ghcr.io/grassrootseconomics/cic-custodial}/cic-custodial:latest
|
||||
|
Loading…
Reference in New Issue
Block a user