diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9486ae3..9244e92 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,7 +64,7 @@ jobs: uses: adambirds/docker-compose-action@v1.3.0 with: compose-file: "./app-api/docker/docker-compose-e2e.yml" - down-flags: "--volumes --remove-orphans" + down-flags: "--remove-orphans" - name: Set up JDK 17 uses: actions/setup-java@v3 diff --git a/app-api/docker/docker-compose-e2e.yml b/app-api/docker/docker-compose-e2e.yml index 96d7895..e13b862 100644 --- a/app-api/docker/docker-compose-e2e.yml +++ b/app-api/docker/docker-compose-e2e.yml @@ -9,9 +9,4 @@ services: POSTGRES_USER: admin POSTGRES_PASSWORD: password ports: - - "5433:5432" - volumes: - - e2e-db-data:/var/lib/postgresql/data - -volumes: - e2e-db-data: \ No newline at end of file + - "5433:5432" \ No newline at end of file