-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcodeship-services.yml
More file actions
35 lines (31 loc) · 717 Bytes
/
Copy pathcodeship-services.yml
File metadata and controls
35 lines (31 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
web:
build: ./
links:
- postgres
- redis
encrypted_env_file: .env.encrypted
cached: true
postgres:
image: 'postgres:10-alpine'
environment:
POSTGRES_USER: 'limestone'
POSTGRES_PASSWORD: 'yourpassword'
cached: true
elasticsearch:
image: healthcheck/elasticsearch
mem_limit: 2g
environment:
- cluster.name=docker-cluster
- bootstrap.memory_lock=true
- logger.org.elasticsearch=error
redis:
image: 'redis:4.0.11-alpine'
command: redis-server --requirepass yourpassword
volumes:
- 'redis:/data'
cached: true
# codeship_heroku_deployment:
# image: codeship/heroku-deployment
# encrypted_env_file: deployment.env.encrypted
# volumes:
# - ./:/deploy