You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,6 @@ To run the API, run `yarn run-api`.
64
64
65
65
## Docker Deployment
66
66
67
-
POSTGRES_DB=fasset-indexer
68
-
POSTGRES_USER=indexer
69
-
POSTGRES_PASSWORD=supersecretpassword
70
-
71
67
The docker image can be either built from this project, or one from github can be used. The repository also features the `compose.yaml` file that features a local postgres deployment and requires the following `.env` config:
72
68
73
69
-**COMPOSE_PROJECT_NAME**: needs to be set to a unique name of your docker deployment;
0 commit comments