feat: give standalone/lightweight compose files unique names
This commit is contained in:
parent
4352d755a6
commit
899f743ed6
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
version: '3'
|
||||
name: zeppelin-prod
|
||||
name: zeppelin-lightweight
|
||||
services:
|
||||
migrate:
|
||||
build: &build
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
version: '3'
|
||||
name: zeppelin-prod
|
||||
name: zeppelin-standalone
|
||||
volumes:
|
||||
mysql-data:
|
||||
services:
|
||||
|
|
Loading…
Add table
Reference in a new issue