File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
lib/matrixeval/ruby/templates Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments