@@ -14,13 +14,13 @@ Within root folder of the project there are example `.env` files, which can be c
14
14
- ` .env.docker-compose ` - Is used for standard docker-compose setup (Copy this file and adjusted it to your needs)
15
15
16
16
| Variable | Description | Default |
17
- | ---------------------------- | ---------------------------- | ------------------------------------- |
17
+ | ---------------------------- | ---------------------------- | --------------------------------------- |
18
18
| ` LOG ` | Log level | INFO |
19
19
| ` NETWORK ` | Network | mainnet |
20
20
| ` MITHRIL_SYNC ` | Sync from Mithril snapshot | true |
21
21
| ` PROTOCOL_MAGIC ` | Cardano protocol magic | 764824073 |
22
22
| ` 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 |
24
24
| ` DB_NAME ` | Postgres database | rosetta-java |
25
25
| ` DB_USER ` | Postgres admin user | rosetta_db_admin |
26
26
| ` 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
30
30
| ` DB_PATH ` | Database path | /data |
31
31
| ` CARDANO_NODE_HOST ` | Cardano node host | cardano-node |
32
32
| ` 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 |
34
34
| ` CARDANO_NODE_SUBMIT_HOST ` | Cardano node submit api host | cardano-submit-api |
35
35
| ` NODE_SUBMIT_API_PORT ` | Cardano node submit api port | 8090 |
36
36
| ` CARDANO_NODE_SOCKET_PATH ` | Cardano node socket path | /node |
0 commit comments