Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmturley/docker-compose-microservices
Docker Compose microservices example
https://github.com/kmturley/docker-compose-microservices
Last synced: 1 day ago
JSON representation
Docker Compose microservices example
- Host: GitHub
- URL: https://github.com/kmturley/docker-compose-microservices
- Owner: kmturley
- Created: 2020-07-17T00:55:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:45:08.000Z (over 1 year ago)
- Last Synced: 2024-05-02T00:59:44.650Z (7 months ago)
- Language: Java
- Size: 98.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-compose-microservices
Example project using:
* Docker 19.03.x
* Docker Compose 1.25.x## Installation
Ensure the `.env` file contains correct paths to your services:
COMPOSE_FILE_SEPARATOR=:
COMPOSE_FILE=./service-node/docker-compose.yml:./service-java/docker-compose.yml:./service-python/docker-compose.yml
SERVICE_NODE=../service-node
SERVICE_JAVA=../service-java
SERVICE_PYTHON=../service-pythonThen install dependencies using:
docker-compose build
## Usage
Run the server in dev mode:
docker-compose up
View the frontend at:
http://localhost:8080
## Debugging
View the merged compose config using:
docker-compose config
## Directory structure
/src --> Frontend source files
## Contact
For more information please contact kmturley