Skip to content

Commit

Permalink
fix cmdbuild_db POSTGRES_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
itmicus committed Aug 7, 2023
1 parent a2ee960 commit 1840c51
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 30 deletions.
6 changes: 1 addition & 5 deletions 3.4.2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ services:
container_name: cmdbuild_db
volumes:
- cmdbuild-db:/var/lib/postgresql
# ports:
# - 5432:5432
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASS=postgres
- POSTGRES_PASSWORD=postgres
restart: always
mem_limit: 1000m
mem_reservation: 300m

cmdbuild_app:
image: itmicus/cmdbuild:app-3.4.2
Expand Down
7 changes: 2 additions & 5 deletions openmaint-2.0-3.3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ services:
container_name: openmaint_db
volumes:
- openmaint-db:/var/lib/postgresql
# ports:
# - 5432:5432
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASS=postgres
- POSTGRES_PASSWORD=postgres
restart: always
mem_limit: 1000m
mem_reservation: 300m


openmaint_app:
image: itmicus/cmdbuild:om-2.0-3.3
Expand Down
6 changes: 1 addition & 5 deletions openmaint-2.1-3.3-b/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ services:
container_name: openmaint_db
volumes:
- openmaint-db:/var/lib/postgresql
# ports:
# - 5432:5432
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASS=postgres
- POSTGRES_PASSWORD=postgres
restart: always
# mem_limit: 1000m
# mem_reservation: 300m

openmaint_app:
image: afcarvalho1991/cmdbuild:om-2.1-3.3-b
Expand Down
6 changes: 1 addition & 5 deletions openmaint-2.3-3.4.1-d/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ services:
container_name: openmaint_db
volumes:
- openmaint-db:/var/lib/postgresql
# ports:
# - 5432:5432
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASS=postgres
- POSTGRES_PASSWORD=postgres
restart: always
# mem_limit: 1000m
# mem_reservation: 300m

openmaint_app:
image: afcarvalho1991/cmdbuild:om-2.3-3.4.1-d
Expand Down
6 changes: 1 addition & 5 deletions ready2use-2.0-3.3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ services:
container_name: cmdbuild_db
volumes:
- cmdbuild-db:/var/lib/postgresql
# ports:
# - 5432:5432
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASS=postgres
- POSTGRES_PASSWORD=postgres
restart: always
# mem_limit: 1000m
# mem_reservation: 300m

cmdbuild_app:
image: itmicus/cmdbuild:r2u-2.0-3.3
Expand Down
7 changes: 2 additions & 5 deletions ready2use-2.3-3.4.1-d/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ services:
container_name: cmdbuild_db
volumes:
- cmdbuild-db:/var/lib/postgresql
# ports:
# - 5432:5432
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASS=postgres
- POSTGRES_PASSWORD=postgres
restart: always
#mem_limit: 1000m
#mem_reservation: 300m


cmdbuild_app:
image: itmicus/cmdbuild:r2u-2.3-3.4.1-d
Expand Down

0 comments on commit 1840c51

Please sign in to comment.