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
- Host: GitHub
- URL: https://github.com/wasabina67/docker-compose-example
- Owner: wasabina67
- License: mit
- Created: 2024-07-26T16:10:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T17:50:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T16:19:05.164Z (over 1 year ago)
- Topics: docker-compose, flask, redis
- Language: Python
- 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-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
```