##// END OF EJS Templates
docker: added templates options to disable certain services
super-admin -
Show More
@@ -30,13 +30,16 b' services:'
30 30 # test: ['CMD','true']
31 31
32 32 sshd:
33 {}
33 deploy:
34 replicas: 1
34 35
35 36 svn:
36 37 {}
37 38
38 39 celery-beat:
39 {}
40 deploy:
41 replicas: 1
40 42
41 43 celery:
42 {}
44 deploy:
45 replicas: 1
@@ -7,12 +7,21 b' services:'
7 7
8 8 database:
9 9 {}
10 # to disable usage of this service
11 #deploy:
12 # replicas: 0
10 13
11 14 database-mysql:
12 15 {}
16 # to disable usage of this service
17 #deploy:
18 # replicas: 0
13 19
14 20 redis:
15 21 {}
22 # to disable usage of this service
23 #deploy:
24 # replicas: 0
16 25
17 26 elasticsearch:
18 27 {}
@@ -6,8 +6,6 b' RC_VERSION="4.28.0"'
6 6
7 7 # ce, or ee
8 8 RC_EDITION=ee
9 RC_IMAGE_CE="rhodecode/rhodecode-ce:$RC_VERSION"
10 RC_IMAGE_EE="rhodecode/rhodecode-ee:$RC_VERSION"
11 9
12 10 # GENERATED ARGS, Please don't change those
13 11
General Comments 0
You need to be logged in to leave comments. Login now