-
Notifications
You must be signed in to change notification settings - Fork 359
Expand file tree
/
Copy pathdocker-compose-dist.override.yml
More file actions
47 lines (39 loc) · 1.21 KB
/
docker-compose-dist.override.yml
File metadata and controls
47 lines (39 loc) · 1.21 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
# Additional configuration for development on services linked with osf.io
# services:
# gv:
# volumes:
# - ../gravyvalet:/code:cached
# gv_requirements:
# volumes:
# - ../gravyvalet:/code:cached
# wb:
# volumes:
# - ../waterbutler:/code:cached
# wb_worker:
# volumes:
# - ../waterbutler:/code:cached
# wb_requirements:
# volumes:
# - ../waterbutler:/code:cached
# mfr:
# volumes:
# - ../modular-file-renderer:/code:cached
# mfr_requirements:
# volumes:
# - ../modular-file-renderer:/code:cached
# ####################
# # RabbitMQ SSL
# # Enable this, place the certs in ./ssl, and uncomment the BROKER_USE_SSL dictionary in local.py
# # Uncomment lines under worker in docker-compose
# #####################
# rabbitmq:
# ports:
# - 5671:5671
# environment:
# RABBITMQ_SSL_CERTFILE: /etc/ssl/server_certificate.pem
# RABBITMQ_SSL_KEYFILE: /etc/ssl/server_key.pem
# RABBITMQ_SSL_CACERTFILE: /etc/ssl/ca_certificate.pem
# volumes:
# - ./ssl/celery-server.cert.pem:/etc/ssl/server_certificate.pem:ro
# - ./ssl/celery-server.key.pem:/etc/ssl/server_key.pem:ro
# - ./ssl/ca-chain.cert.pem:/etc/ssl/ca_certificate.pem:ro