Skip to content

Commit b52127b

Browse files
committed
update: docker image source
1 parent 6932ae5 commit b52127b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# docker config
22
COMPOSE_PROJECT_NAME=fasset-indexer
33
COMPOSE_PROFILES=core,watchdog,api
4-
CI_REGISTRY_IMAGE=ghcr.io/flare-labs-ltd/fasset-indexer
4+
CI_REGISTRY_IMAGE=ghcr.io/flare-foundation/fasset-indexer
55
DEPLOY_IMAGE_TAG=latest
66

77
# coston | songbird

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
x-templates:
2-
base-svc: &base-svc
2+
x-base-svc: &base-svc
33
image: ${CI_REGISTRY_IMAGE}:${DEPLOY_IMAGE_TAG}
44
depends_on:
55
db-postgres:
66
condition: service_healthy
77
restart: unless-stopped
8-
postgres-env: &postgres-env
8+
x-postgres-env: &postgres-env
99
DB_TYPE: postgres
1010
DB_HOST: db-postgres
1111
DB_PORT: 5432

0 commit comments

Comments
 (0)