https://github.com/knaxus/docker-compose-basics
:package: MIcroservices using Docker Compose :package:
https://github.com/knaxus/docker-compose-basics
docker docker-compose flask nodejs php postgresql
Last synced: 4 months ago
JSON representation
:package: MIcroservices using Docker Compose :package:
- Host: GitHub
- URL: https://github.com/knaxus/docker-compose-basics
- Owner: knaxus
- Created: 2018-02-18T18:00:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:39:16.000Z (over 3 years ago)
- Last Synced: 2025-10-24T03:28:07.666Z (8 months ago)
- Topics: docker, docker-compose, flask, nodejs, php, postgresql
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :package: Using Docker to run multiple services together :package:

## Installing Docker and Docker Compose
Open terminal follow these steps:
* `wget -qO- https://get.docker.com/ | sh`
* `sudo usermod -aG docker $(whoami)`
Now either logout/restart to use docker
## For docker compose:
* Follow this link [Install docker compose](https://docs.docker.com/compose/install/#install-compose)
## How to run
* Run `docker-compose up`
* Open browser type `http:localhost:5000`

This work is licensed under a Creative Commons Attribution 3.0 Unported License.