add elasticsearch service to gitlab
This commit is contained in:
parent
1e28e21ab5
commit
4ab2b659e7
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
default:
|
default:
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
|
services:
|
||||||
|
- name: docker.elastic.co/elasticsearch/elasticsearch:7.11.2
|
||||||
|
alias: elasticsearch
|
||||||
|
variables:
|
||||||
|
ELASTIC_HOST: elasticsearch
|
||||||
|
|
||||||
|
|
||||||
#cache:
|
#cache:
|
||||||
|
|
Loading…
Add table
Reference in a new issue