An open API service indexing awesome lists of open source software.

https://github.com/wasabina67/docker-compose-example

Docker Compose example
https://github.com/wasabina67/docker-compose-example

docker-compose flask redis

Last synced: 3 months ago
JSON representation

Docker Compose example

Awesome Lists containing this project

README

          

# docker-compose-example
Docker Compose example

## Setup

```bash
docker-compose up -d
```

```bash
docker exec -it docker-compose-example-app-1 bash
```

## Run

```bash
python run.py
```