Skip to content

Commit

Permalink
build: bumped ezreeport version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxypomme committed Apr 22, 2024
1 parent 9fd2a28 commit 3efacaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
condition: service_healthy

migrate_reporting:
image: ghcr.io/ezpaarse-project/ezreeport-report:1.0.0
image: ghcr.io/ezpaarse-project/ezreeport-report:1.1.0
entrypoint: ""
command: ["/bin/sh", "-c", "npm install prisma && npm run db:migrate"]
environment:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ services:
restart: unless-stopped

reporting:
image: ghcr.io/ezpaarse-project/ezreeport-report:1.0.1
image: ghcr.io/ezpaarse-project/ezreeport-report:1.1.0
environment:
- http_proxy
- https_proxy
Expand Down Expand Up @@ -256,7 +256,7 @@ services:
restart: unless-stopped

reporting-mail:
image: ghcr.io/ezpaarse-project/ezreeport-mail:1.0.0
image: ghcr.io/ezpaarse-project/ezreeport-mail:1.1.0
environment:
# node
- NODE_ENV
Expand Down

0 comments on commit 3efacaf

Please sign in to comment.