Skip to content

Commit

Permalink
chore: remove docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lok52 committed Nov 5, 2024
1 parent 9b4c378 commit 67cb560
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions multichain-aggregator/docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion multichain-aggregator/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ migration-dir := "./multichain-aggregator-migration"
export DATABASE_URL := "postgres://" + db-user + ":" + db-password + "@" + db-host + ":" + db-port + "/" + db-name

docker-name := env_var_or_default('DOCKER_NAME', "multichain-aggregator-postgres")
test-db-port := env_var_or_default('TEST_DB_PORT', "9433")
test-db-port := env_var_or_default('TEST_DB_PORT', "9434")

start-postgres:
# we run it in --rm mode, so all data will be deleted after stopping
Expand Down

0 comments on commit 67cb560

Please sign in to comment.