1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00

Nginx/Node/Redis and Flask/Redis Compose example

Signed-off-by: ajeetraina <ajeetraina@gmail.com>
This commit is contained in:
ajeetraina 2022-03-13 12:31:04 +05:30
parent 019c555e4f
commit 28fd61d5ca
10 changed files with 10 additions and 138 deletions

View file

@ -35,15 +35,6 @@ services:
```
$ docker-compose up -d
Creating network "flask-redis_default" with the default driver
Pulling redis (redislabs/redismod:)...
...
...
web_1 | WARNING: This is a development server. Do not use it in a production deployment.
web_1 | * Running on http://172.19.0.3:5000/ (Press CTRL+C to quit)
web_1 | * Restarting with stat
web_1 | * Debugger is active!
web_1 | * Debugger PIN: 598-320-965
```
## Expected result