mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
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'
|
version: '3'
|
||||||
name: zeppelin-prod
|
name: zeppelin-lightweight
|
||||||
services:
|
services:
|
||||||
migrate:
|
migrate:
|
||||||
build: &build
|
build: &build
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
name: zeppelin-prod
|
name: zeppelin-standalone
|
||||||
volumes:
|
volumes:
|
||||||
mysql-data:
|
mysql-data:
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Add table
Reference in a new issue