We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6932ae5 commit b52127bCopy full SHA for b52127b
.env.template
@@ -1,7 +1,7 @@
1
# docker config
2
COMPOSE_PROJECT_NAME=fasset-indexer
3
COMPOSE_PROFILES=core,watchdog,api
4
-CI_REGISTRY_IMAGE=ghcr.io/flare-labs-ltd/fasset-indexer
+CI_REGISTRY_IMAGE=ghcr.io/flare-foundation/fasset-indexer
5
DEPLOY_IMAGE_TAG=latest
6
7
# coston | songbird
compose.yaml
@@ -1,11 +1,11 @@
x-templates:
- base-svc: &base-svc
+ x-base-svc: &base-svc
image: ${CI_REGISTRY_IMAGE}:${DEPLOY_IMAGE_TAG}
depends_on:
db-postgres:
condition: service_healthy
restart: unless-stopped
8
- postgres-env: &postgres-env
+ x-postgres-env: &postgres-env
9
DB_TYPE: postgres
10
DB_HOST: db-postgres
11
DB_PORT: 5432
0 commit comments