mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 02:46:56 +00:00
(improvement)(build) Support passing the version as a variable in the docker-compose.yml file. (#1313)
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
||||
- 8.8.4.4
|
||||
|
||||
db_init:
|
||||
image: supersonicbi/supersonic:0.9.2-SNAPSHOT
|
||||
image: supersonicbi/supersonic:${SUPERSONIC_VERSION:-latest}
|
||||
container_name: supersonic_db_init
|
||||
depends_on:
|
||||
- mysql
|
||||
@@ -56,7 +56,7 @@ services:
|
||||
- 8.8.4.4
|
||||
|
||||
supersonic_standalone:
|
||||
image: supersonicbi/supersonic:0.9.2-SNAPSHOT
|
||||
image: supersonicbi/supersonic:${SUPERSONIC_VERSION:-latest}
|
||||
container_name: supersonic_standalone
|
||||
environment:
|
||||
DB_HOST: supersonic_mysql
|
||||
|
||||
Reference in New Issue
Block a user