Skip to content

Commit a0c2942

Browse files
author
Rub21
committed
Update readme files
1 parent 0e14a89 commit a0c2942

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.env.planet-dump.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
# Environment variables for overwrite planet settings
33
#######################################
44
# OVERWRITE_PLANET_FILE=(true, false)
5-
OVERWRITE_PLANET_FILE=false
5+
OVERWRITE_PLANET_FILE=false
6+
7+
#Osmosis tuning for server, This variable intends to use much as possible the memory in the server
8+
MEMORY_JAVACMD_OPTIONS=2Gi

images/backup-restore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In order to run this container we need environment variables, these can be found
1111
- [.env.backup-restore.example](./../../.env.backup-restore.example)
1212
- [.env.cloudprovider.example](./../../.env.cloudprovider.example)
1313

14-
**Note**: Make a copy and rename the files as `.env.db`, `.env.backup-restore` and `.env.cloudprovider`
14+
**Note**: Rename the above files as `.env.db`, `.env.backup-restore` and `.env.cloudprovider`
1515

1616
### Running the container
1717

images/db/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to run this container we need environment variables, these can be found
1212

1313
- [.env.db.example](./../../.env.db.example)
1414

15-
**Note**: Make a copy and rename the file as `.env.db`
15+
**Note**: Rename the above files as `.env.db`
1616

1717
### Running DB container
1818

images/planet-dump/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In order to run this container we need environment variables, these can be found
1010
- [.env.planet-dump.example](./../../.env.planet-dump.example)
1111
- [.env.cloudprovider.example](./../../.env.cloudprovider.example)
1212

13-
**Note**: Make a copy and rename the files as `.env.db`, `.env.planet-dump` and `.env.cloudprovider`
13+
**Note**: Rename the above files as `.env.db`, `.env.planet-dump` and `.env.cloudprovider`
1414

1515
#### Running planet-dump container
1616

images/replication-job/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In order to run this container we need environment variables, these can be found
1010
- [.env.replication-job.example](./../../.env.replication-job.example)
1111
- [.env.cloudprovider.example](./../../.env.cloudprovider.example)
1212

13-
**Note**: Rename the above files name as `.env.db`, `.env.replication-job` and `.env.cloudprovider`
13+
**Note**: Rename the above files as `.env.db`, `.env.replication-job` and `.env.cloudprovider`
1414

1515
#### Running replication-job container
1616

@@ -26,4 +26,4 @@ In order to run this container we need environment variables, these can be found
2626
-v ${PWD}/data/replication-job-data:/mnt/data \
2727
--network osm-seed_default \
2828
-it osmseed-replication-job:v1
29-
```
29+
```

images/web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In order to run this container we need environment variables, these can be found
99
- [.env.web.example](./../../.env.web.example)
1010
- [.env.db.example](./../../.env.db.example)
1111

12-
**Note**: Make a copy and rename the files as `.env.web` and `.env.db`
12+
**Note**: Rename the above files as `.env.web` and `.env.db`
1313

1414
### Running web container
1515

0 commit comments

Comments
 (0)