Skip to content

Commit

Permalink
chore(na): rename compose project from pipeline to cht-sync (#178)
Browse files Browse the repository at this point in the history
* Rename project from pipeline to cht-sync

* move COMPOSE_PROJECT_NAME to bottom of file, comment out, rename project
  • Loading branch information
mrjones-plip authored Oct 28, 2024
1 parent bbe9801 commit 43997a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: ${COMPOSE_PROJECT_NAME:-cht-sync}
services:
couch2pg:
build: ./couch2pg/
Expand Down
6 changes: 3 additions & 3 deletions env.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# (Optional) project wide
COMPOSE_PROJECT_NAME=pipeline

# postgresql
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
Expand All @@ -21,3 +18,6 @@ COUCHDB_DBS="medic" # space separated list of databases you want to sync e.g "me
COUCHDB_HOST=couchdb
COUCHDB_PORT=5984
COUCHDB_SECURE=false

# (Optional) project wide
#COMPOSE_PROJECT_NAME=cht-sync

0 comments on commit 43997a8

Please sign in to comment.