@@ -14,13 +14,13 @@ Within root folder of the project there are example `.env` files, which can be c
1414- ` .env.docker-compose ` - Is used for standard docker-compose setup (Copy this file and adjusted it to your needs)
1515
1616| Variable | Description | Default |
17- | ---------------------------- | ---------------------------- | ------------------------------------- |
17+ | ---------------------------- | ---------------------------- | --------------------------------------- |
1818| ` LOG ` | Log level | INFO |
1919| ` NETWORK ` | Network | mainnet |
2020| ` MITHRIL_SYNC ` | Sync from Mithril snapshot | true |
2121| ` PROTOCOL_MAGIC ` | Cardano protocol magic | 764824073 |
2222| ` DB_IMAGE_NAME ` | Postgres docker image name | postgres |
23- | ` DB_IMAGE_TAG ` | Postgres docker image tag | 14.11-bullseye |
23+ | ` DB_IMAGE_TAG ` | Postgres docker image tag | 17.4-bookworm |
2424| ` DB_NAME ` | Postgres database | rosetta-java |
2525| ` DB_USER ` | Postgres admin user | rosetta_db_admin |
2626| ` DB_SECRET ` | Postgres admin secret | weakpwd#123_d |
@@ -30,7 +30,7 @@ Within root folder of the project there are example `.env` files, which can be c
3030| ` DB_PATH ` | Database path | /data |
3131| ` CARDANO_NODE_HOST ` | Cardano node host | cardano-node |
3232| ` CARDANO_NODE_PORT ` | Cardano node port | 3001 |
33- | ` CARDANO_NODE_VERSION ` | Cardano node version | 8.9.2 |
33+ | ` CARDANO_NODE_VERSION ` | Cardano node version | 10.2.1 |
3434| ` CARDANO_NODE_SUBMIT_HOST ` | Cardano node submit api host | cardano-submit-api |
3535| ` NODE_SUBMIT_API_PORT ` | Cardano node submit api port | 8090 |
3636| ` CARDANO_NODE_SOCKET_PATH ` | Cardano node socket path | /node |
0 commit comments