An open API service indexing awesome lists of open source software.

https://github.com/grandmoff100/composenetworking

A short example to demonstrate how to connect to containerized services in docker compose.
https://github.com/grandmoff100/composenetworking

Last synced: 7 months ago
JSON representation

A short example to demonstrate how to connect to containerized services in docker compose.

Awesome Lists containing this project

README

          

# ComposeNetworking
A short example to demonstrate how to connect to containerized services in docker compose.

## Usage

```bash
docker compose up --build --exit-code-from fetcher
```

Should print something like:

```
# ...
composenetworking-fetcher-1 | Hello there!
composenetworking-fetcher-1 |
composenetworking-fetcher-1 | General Kenobi!
# ...
```