Skip to content

Commit

Permalink
docker version change
Browse files Browse the repository at this point in the history
  • Loading branch information
PauliusKu committed Apr 9, 2024
1 parent b12f24a commit 5b411ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ DB_NAME=sports2020
DB_PORT=30000
DB_MIN_PORT=28020 # Port range must not include ports defined in /etc/services/
DB_MAX_PORT=28050
IMAGE_NAME_126=gitlab.baltic-amadeus.lt:5005/progress/progress-docker/progress-build:12.6.0-centos
IMAGE_NAME_128=gitlab.baltic-amadeus.lt:5005/progress/progress-docker/progress-build:12.8.1-ubuntu

DB_NAME2=sports20201
DB_PORT2=30001
DB_MIN_PORT2=28051 # Port range must not include ports defined in /etc/services/
DB_MAX_PORT2=28080

# Other Configuration Section
PROGRESS_BASE_IMAGE=gitlab.baltic-amadeus.lt:5005/progress/progress-docker/progress-build:12.6.0-centos
PROGRESS_BASE_IMAGE=gitlab.baltic-amadeus.lt:5005/progress/progress-docker/progress-build:12.8.1-ubuntu
8 changes: 4 additions & 4 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3.7'
services:
sports-db-126:
sports-db-128:
build:
context: "./"
dockerfile: "./Dockerfile"
args:
- IMAGE_NAME=${IMAGE_NAME_126}
- IMAGE_NAME=${IMAGE_NAME_128}
- DB_NAME=${DB_NAME}
environment:
- DB_NAME=${DB_NAME}
Expand All @@ -15,12 +15,12 @@ services:
ports:
- ${DB_PORT}:${DB_PORT}
- ${DB_MIN_PORT}-${DB_MAX_PORT}:${DB_MIN_PORT}-${DB_MAX_PORT}
sports-db-126-2:
sports-db-128-2:
build:
context: "./"
dockerfile: "./Dockerfile"
args:
- IMAGE_NAME=${IMAGE_NAME_126}
- IMAGE_NAME=${IMAGE_NAME_128}
- DB_NAME=${DB_NAME2}
environment:
- DB_NAME=${DB_NAME2}
Expand Down
2 changes: 1 addition & 1 deletion docker/openedge-project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pro-bro",
"version": "1.0",
"oeversion": "12.6",
"oeversion": "12.8",
"graphicalMode": false,
"charset": "utf-8",
"extraParameters": "",
Expand Down

0 comments on commit 5b411ac

Please sign in to comment.