Remove h2 app from ergomake to give more memory to others

This commit is contained in:
Lucas Vieira 2023-04-04 14:27:39 -03:00
parent bba30542b1
commit 33354d2997

View file

@ -1,14 +1,6 @@
version: '3.8'
services:
h2-app:
build:
context: ..
dockerfile: .ergomake/Dockerfile
args:
- DATABASE=h2
ports:
- "8080:8080"
postgres-app:
build:
context: ..