Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielrufino/docker-compose.yml
🐳 Services environment for development and production
https://github.com/gabrielrufino/docker-compose.yml
containers docker docker-compose infra
Last synced: 7 days ago
JSON representation
🐳 Services environment for development and production
- Host: GitHub
- URL: https://github.com/gabrielrufino/docker-compose.yml
- Owner: gabrielrufino
- License: mit
- Created: 2020-01-28T23:20:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T17:04:19.000Z (14 days ago)
- Last Synced: 2024-11-01T17:27:15.641Z (14 days ago)
- Topics: containers, docker, docker-compose, infra
- Language: Shell
- Homepage:
- Size: 314 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-compose.yml
[![CI](https://github.com/gabrielrufino/docker-compose.yml/actions/workflows/ci.yml/badge.svg)](https://github.com/gabrielrufino/docker-compose.yml/actions/workflows/ci.yml)
Services environment for development and production
## Installing
0. Requirements
* git
* docker1. Clone repository
```sh
git clone https://github.com/gabrielrufino/docker-compose.yml "[Folder name]"
```## Updating
0. Get in the folder
```sh
cd "[Folder name]"
```1. Pull the updates
```sh
git pull
```## Commands
### List services
```sh
docker compose config --services | sort
```### List variables
```sh
docker compose config --variables | { read line; echo "$line"; tail -n +1 | sort; }
```