##// END OF EJS Templates
fix(db): fixed missing profiles for selecting different database type
marcink -
Show More
@@ -9,7 +9,8 b' services:'
9 deploy:
9 deploy:
10 # to disable usage of this service using your own postgres instance set replicas to 0
10 # to disable usage of this service using your own postgres instance set replicas to 0
11 replicas: 1
11 replicas: 1
12
12 profiles:
13 ["postgres", "database"]
13 # ports:
14 # ports:
14 # # expose running db to host under 5432 port
15 # # expose running db to host under 5432 port
15 # - "127.0.0.1::5432"
16 # - "127.0.0.1::5432"
@@ -18,6 +19,8 b' services:'
18 deploy:
19 deploy:
19 # to disable usage of this service, running your own mysql instance set replicas to 0
20 # to disable usage of this service, running your own mysql instance set replicas to 0
20 replicas: 1
21 replicas: 1
22 profiles:
23 ["mysql", "database"]
21
24
22 redis:
25 redis:
23 # to disable usage of this service using external redis set replicas to 0
26 # to disable usage of this service using external redis set replicas to 0
General Comments 0
You need to be logged in to leave comments. Login now