mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 20:14:56 +01:00
update ot-recorder
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM maven:3-jdk-8-slim AS builder
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV APP_VERSION=7.45.0.Final
|
||||
ENV APP_VERSION=8.12.0.Final
|
||||
ENV APP_URL=https://github.com/kiegroup/optaweb-employee-rostering/archive/${APP_VERSION}.tar.gz
|
||||
|
||||
WORKDIR /opt/app
|
||||
@@ -17,7 +17,7 @@ RUN set -xe \
|
||||
FROM openjdk:8-alpine
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ENV APP_VERSION=7.45.0.Final
|
||||
ENV APP_VERSION=8.12.0.Final
|
||||
|
||||
WORKDIR /opt/app
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
postgres:
|
||||
image: postgres:12-alpine
|
||||
image: postgres:14-alpine
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user