mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 09:25:49 +00:00
Remove h2 app from ergomake to give more memory to others
This commit is contained in:
parent
bba30542b1
commit
33354d2997
1 changed files with 0 additions and 8 deletions
|
@ -1,14 +1,6 @@
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
h2-app:
|
|
||||||
build:
|
|
||||||
context: ..
|
|
||||||
dockerfile: .ergomake/Dockerfile
|
|
||||||
args:
|
|
||||||
- DATABASE=h2
|
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
postgres-app:
|
postgres-app:
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
|
|
Loading…
Reference in a new issue