Skip to content

Commit

Permalink
Add simple compose file, clean up other files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Mar 4, 2020
1 parent 6f344fe commit d381581
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
File renamed without changes.
10 changes: 10 additions & 0 deletions docker-compose.simple.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "2"

services:
www:
build: www
ports:
- 5000

redis:
image: redis
2 changes: 0 additions & 2 deletions ports.yml

This file was deleted.

0 comments on commit d381581

Please sign in to comment.