All files

This commit is contained in:
Guillem Hernandez Sola
2018-10-25 16:57:44 +02:00
parent 63fa474306
commit cc5c9fd797
5 changed files with 149 additions and 19 deletions

10
swarm/docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3'
services:
web:
image: 127.0.0.1:5000/stackdemo
build: .
ports:
- "8000:8000"
redis:
image: redis:alpine