Skip to content

Commit cee3a72

Browse files
committed
Add docker-compose-extend to template
1 parent ecf8676 commit cee3a72

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,21 @@ exclude:
107107
# rails: 4.2
108108
# - ruby: jruby-9.3
109109
# rails: 7.0
110+
111+
docker-compose-extend:
112+
# services:
113+
# postgres:
114+
# image: postgres:12.8
115+
# volumes:
116+
# - postgres12:/var/lib/postgresql/data
117+
# environment:
118+
# POSTGRES_HOST_AUTH_METHOD: trust
119+
120+
# redis:
121+
# image: redis:6.2-alpine
122+
123+
# volumes:
124+
# postgres12:
110125
```
111126

112127
### Gemfile configuration example

lib/matrixeval/ruby/templates/matrixeval.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,18 @@ exclude:
5353
# rails: 4.2
5454
# - ruby: jruby-9.3
5555
# rails: 7.0
56+
57+
docker-compose-extend:
58+
# services:
59+
# postgres:
60+
# image: postgres:12.8
61+
# volumes:
62+
# - postgres12:/var/lib/postgresql/data
63+
# environment:
64+
# POSTGRES_HOST_AUTH_METHOD: trust
65+
66+
# redis:
67+
# image: redis:6.2-alpine
68+
69+
# volumes:
70+
# postgres12:

0 commit comments

Comments
 (0)