Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 12, 2020
1 parent 44d0720 commit 5dfbcfd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
build

docker-compose*.yaml
docker-compose*.yml

.dockma
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ Level up your docker-compose game during development!
- write unit tests
- on init: ask for spinner/game/output
- unify printing errors
- add state to env (up|down)

- use Bats for system tests (https://github.com/sstephenson/bats)
11 changes: 11 additions & 0 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "3"

services:
frontend:
image: test/frontend:1M4G31D
backend:
image: test/backend:1M4G31D
user-service:
image: test/user-service:1M4G31D
database:
image: test/database:1M4G31D

0 comments on commit 5dfbcfd

Please sign in to comment.