https://github.com/dhaliti/docker-composer
A simple docker-compose template file to run a front-end service, a back-end service and a database
https://github.com/dhaliti/docker-composer
docker docker-compose docker-compose-template microservice rest-api restful
Last synced: about 1 month ago
JSON representation
A simple docker-compose template file to run a front-end service, a back-end service and a database
- Host: GitHub
- URL: https://github.com/dhaliti/docker-composer
- Owner: dhaliti
- License: mit
- Created: 2022-12-26T20:35:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T23:24:28.000Z (over 3 years ago)
- Last Synced: 2025-01-09T10:29:19.400Z (over 1 year ago)
- Topics: docker, docker-compose, docker-compose-template, microservice, rest-api, restful
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-Composer

A simple docker-compose template file to run a front-end service, a back-end service and a database.
## Get started
Configure the file according to the services you wish to deploy. Then simply run:
```docker-compose up --build```