Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czue/services
https://github.com/czue/services
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/czue/services
- Owner: czue
- Created: 2021-04-23T12:56:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T14:48:26.000Z (10 months ago)
- Last Synced: 2024-03-04T16:40:25.444Z (10 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cory's Docker Services
Docker compose script to run Postgres and Redis and expose them on the standard ports.
To use just install docker and docker-compose and then run:
```
docker compose up -d
```Then Postgres and Redis will be running in the background and available for all your projects.