update baculum from 11 to 15

This commit is contained in:
Eduardo Fraga
2024-11-27 16:39:29 -03:00
parent 3c6adb73f0
commit b8816acced
11 changed files with 242 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ services:
- 9102:9102
baculum-api:
image: eftechcombr/baculum:11.0.6-api
image: eftechcombr/baculum:15.0.2-api
restart: unless-stopped
depends_on:
- db
@@ -59,7 +59,7 @@ services:
#
baculum-web:
image: eftechcombr/baculum:11.0.6-web
image: eftechcombr/baculum:15.0.2-web
restart: unless-stopped
depends_on:
- baculum-api