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.
- Host: GitHub
- URL: https://github.com/grandmoff100/composenetworking
- Owner: GrandMoff100
- License: gpl-3.0
- Created: 2023-06-09T18:49:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T19:46:38.000Z (over 2 years ago)
- Last Synced: 2025-01-23T12:15:24.304Z (9 months ago)
- Language: Dockerfile
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
# ...
```