Skip to content

Commit

Permalink
Add docker-compose-extend to template
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppergee committed Feb 21, 2022
1 parent ecf8676 commit cee3a72
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,21 @@ exclude:
# rails: 4.2
# - ruby: jruby-9.3
# rails: 7.0

docker-compose-extend:
# services:
# postgres:
# image: postgres:12.8
# volumes:
# - postgres12:/var/lib/postgresql/data
# environment:
# POSTGRES_HOST_AUTH_METHOD: trust

# redis:
# image: redis:6.2-alpine

# volumes:
# postgres12:
```

### Gemfile configuration example
Expand Down
15 changes: 15 additions & 0 deletions lib/matrixeval/ruby/templates/matrixeval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,18 @@ exclude:
# rails: 4.2
# - ruby: jruby-9.3
# rails: 7.0

docker-compose-extend:
# services:
# postgres:
# image: postgres:12.8
# volumes:
# - postgres12:/var/lib/postgresql/data
# environment:
# POSTGRES_HOST_AUTH_METHOD: trust

# redis:
# image: redis:6.2-alpine

# volumes:
# postgres12:

0 comments on commit cee3a72

Please sign in to comment.