Skip to content

Commit

Permalink
πŸ‘¨β€πŸ’» Updated documentation with the latests changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbelfanti committed Jan 1, 2025
1 parent de189a8 commit f7c1e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ DB_PASS=ahbcc_password
DB_PORT=5432

# External APIs URLs
ENQUEUE_CRITERIA_API_URL=http://localhost:5100
ENQUEUE_CRITERIA_API_URL=http://localhost:5000
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ To allow [GoXCrap](https://github.com/lhbelfanti/goxcrap) to save the tweets int
This app calls an endpoint defined by the env variable `ENQUEUE_CRITERIA_API_URL`. To ensure proper communication, the app that owns this endpoint must be on the same network (named shared), which is defined in the [compose.yml](compose.yml) as follows:
```
networks:
shared:
shared_network:
driver: bridge
name: shared
name: shared_network
```

To join the same network, the corresponding `compose.yml` for the other app should include the following configuration:
```
networks:
shared:
shared_network:
external: true
```

Expand Down

0 comments on commit f7c1e41

Please sign in to comment.