mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 03:58:14 +00:00
(improvement)(chat) Support specifying spring.profiles.active at runtime to optimize the entire Docker deployment script. (#1302)
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
- 8.8.4.4
|
||||
|
||||
db_init:
|
||||
image: supersonic:0.9.2-SNAPSHOT
|
||||
image: supersonicbi/supersonic:0.9.2-SNAPSHOT
|
||||
container_name: supersonic_db_init
|
||||
depends_on:
|
||||
- mysql
|
||||
@@ -51,7 +51,7 @@ services:
|
||||
- 8.8.4.4
|
||||
|
||||
java_backend:
|
||||
image: supersonic:0.9.2-SNAPSHOT
|
||||
image: supersonicbi/supersonic:0.9.2-SNAPSHOT
|
||||
container_name: supersonic_java_backend
|
||||
environment:
|
||||
DB_HOST: supersonic_mysql
|
||||
|
||||
Reference in New Issue
Block a user