Create a
.env.prod
file by making a copy of `.env.sample` and modifying it to your needs.
Now create a custom docker-compose file by copying `docker-compose.prod.yml` to `docker-compose.custom.yml` and modifying it to your needs.
It would take a very long time to index everything from scratch, which is why we strongly recommend downloading and importing a recent database dump from
https://backups.teztok.com/daily/. This dump also contains the Hasura configuration and data from tzprofiles.
Here is an example of how such an SQL dump can be imported into a docker container running Postgres.
It's recommended to download and import an SQL dump from our backup server every once in a while in order to get fixes. This way you also don't need to bother with re-indexing.