Skip to content

Commit

Permalink
Merge pull request #13 from Bonitasoft-Community/tr/move-docker-compo…
Browse files Browse the repository at this point in the history
…se-files-to-bonita-doc

tr(docker-compose): move docker compose files to Bonita doc
  • Loading branch information
vhemery authored Nov 16, 2023
2 parents 395cbe3 + d0c4e4d commit 3737ea5
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 417 deletions.
21 changes: 3 additions & 18 deletions mysql/8.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,7 @@ docker exec -it bonita-mysql bash
docker logs bonita-mysql
```

## How to test this image
## How to use this image with Bonita

See [docker-compose.yml](https://github.com/Bonitasoft-Community/bonita-database-docker/blob/main/mysql/8.0/test/docker-compose.yml)
or [docker-compose-community.yml](https://github.com/Bonitasoft-Community/bonita-database-docker/blob/main/mysql/8.0/test/docker-compose-community.yml)
for an example on how to test this image using a Bonita Docker image.

To execute it:

```shell
docker-compose up --build -d
# OR
docker-compose -f docker-compose-community.yml up --build -d
```

To shut it down and clear your environment:

```shell
docker-compose down -v --remove-orphans
```
Please refer to [Bonitasoft official documentation](https://documentation.bonitasoft.com/bonita/latest/runtime/bonita-docker-installation)
for examples on how to run this image using a Bonita Docker image.
44 changes: 0 additions & 44 deletions mysql/8.0/test/docker-compose-community.yml

This file was deleted.

47 changes: 0 additions & 47 deletions mysql/8.0/test/docker-compose.yml

This file was deleted.

21 changes: 3 additions & 18 deletions postgres/15/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,22 +104,7 @@ Then run the docker using volume `-v /my/postgres/dump:/opt/bonita/dump`
* Access the new container through `docker exec -it postgres-from-dump`
* Run `psql -U postgres bonita < ./my_dump_file.sql`

## How to test this image
## How to use this image with Bonita

See [docker-compose.yml](https://github.com/Bonitasoft-Community/bonita-database-docker/blob/main/postgres/15/test/docker-compose.yml)
or [docker-compose-community.yml](https://github.com/Bonitasoft-Community/bonita-database-docker/blob/main/postgres/15/test/docker-compose-community.yml)
for an example on how to test this image using a Bonita Docker image.

To execute it:

```shell
docker-compose up --build -d
# OR
docker-compose -f docker-compose-community.yml up --build -d
```

To shut it down and clear your environment:

```shell
docker-compose down -v --remove-orphans
```
Please refer to [Bonitasoft official documentation](https://documentation.bonitasoft.com/bonita/latest/runtime/bonita-docker-installation)
for examples on how to run this image using a Bonita Docker image.
81 changes: 0 additions & 81 deletions postgres/15/test/docker-compose-cluster.yml

This file was deleted.

47 changes: 0 additions & 47 deletions postgres/15/test/docker-compose-community.yml

This file was deleted.

50 changes: 0 additions & 50 deletions postgres/15/test/docker-compose.yml

This file was deleted.

1 change: 0 additions & 1 deletion sqlserver/2022/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Dockerfile
README.md
.dockerignore
test/
21 changes: 3 additions & 18 deletions sqlserver/2022/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,7 @@ docker exec -it bonita-sqlserver bash
docker logs bonita-sqlserver
```

## How to test this image
## How to use this image with Bonita

See [docker-compose.yml](https://github.com/Bonitasoft-Community/bonita-database-docker/blob/main/sqlserver/2022/test/docker-compose.yml)
or [docker-compose-community.yml](https://github.com/Bonitasoft-Community/bonita-database-docker/blob/main/sqlserver/2022/test/docker-compose-community.yml)
for an example on how to test this image using a Bonita Docker image.

To execute it:

```shell
docker-compose up --build -d
# OR
docker-compose -f docker-compose-community.yml up --build -d
```

To shut it down and clear your environment:

```shell
docker-compose down -v --remove-orphans
```
Please refer to [Bonitasoft official documentation](https://documentation.bonitasoft.com/bonita/latest/runtime/bonita-docker-installation)
for examples on how to run this image using a Bonita Docker image.
Loading

0 comments on commit 3737ea5

Please sign in to comment.