Skip to content

Commit

Permalink
Fixed LorawistaParser date format + refactored provider (#33)
Browse files Browse the repository at this point in the history
Fixed LorawistaParser date format + refactored provider
  • Loading branch information
ysavary authored Mar 25, 2022
1 parent d1f5c12 commit 6aecdd1
Show file tree
Hide file tree
Showing 9 changed files with 212 additions and 254 deletions.
4 changes: 2 additions & 2 deletions .env.localhost.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# COMMONS
MONGODB_URL=mongodb://localhost:27017/winds
REDIS_URL=redis://localhost:6379/0
MONGODB_URL=mongodb://localhost:8011/winds
REDIS_URL=redis://localhost:8012/0
GOOGLE_API_KEY=

# PROVIDERS
Expand Down
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# COMMONS
MONGODB_URL=mongodb://mongodb:27017/winds
REDIS_URL=redis://host.docker.internal:6379/0
REDIS_URL=redis://redis:6379/0
GOOGLE_API_KEY=

# PROVIDERS
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ services:
mongodb:
image: mongo:4.4.10
ports:
- "27017:27017"
- "8011:27017"
volumes:
- ./volumes/mongodb:/data/db

redis:
image: redis:6.2.6
ports:
- "6379:6379"
- "8012:6379"

providers:
build:
Expand Down
141 changes: 80 additions & 61 deletions poetry.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 6aecdd1

Please sign in to comment.