feat: give standalone/lightweight compose files unique names

This commit is contained in:
Dragory 2024-04-06 11:50:53 +00:00
parent 4352d755a6
commit 899f743ed6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
version: '3' version: '3'
name: zeppelin-prod name: zeppelin-lightweight
services: services:
migrate: migrate:
build: &build build: &build

View file

@ -1,5 +1,5 @@
version: '3' version: '3'
name: zeppelin-prod name: zeppelin-standalone
volumes: volumes:
mysql-data: mysql-data:
services: services: